Google Chrome does not sync passwords

I had the same problem in Linux Ubuntu. This will solve your problem if you are able to view saved password at password.google.com.

  1. cd ~/.config
  2. mv google-chrome google-chrome-old
  3. Re launch chrome
  4. Sign in with your account again and sync it.

Try removing Google Chrome with:

sudo apt purge google-chrome-stable

Then:

sudo chown -Rc $USER:$USER $HOME

Finally:

sudo rm -rf ~/.config/google-chrome
sudo rm -rf ~/.cache