Apple - the application google chrome is not open anymore
After restarting I can no longer reproduce the issue and chrome operates as normal.
Killing Chrome using the terminal, and opening Chrome fixes the issue for me.
ps -ef | grep '/Applications/Google Chrome.app' | awk '{print $2}' | xargs kill -9
/