Google Chrome does not sync passwords
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
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.
- cd ~/.config
- mv google-chrome google-chrome-old
- Re launch chrome
- Sign in with your account again and sync it.