1. Close any instance of Google Chrome that might be running.
  2. Open Terminal.
  3. Type sudo gedit /etc/nsswitch.conf and hit enter.
  4. Locate the following line within the file:

    hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4

  5. Replace that line with the following:

    hosts: files dns

  6. Save the file, close gedit and the terminal.

  7. Start up Google Chrome.