I had this happen and I fixed the problem by relogging in to Google Sync.
The profile file is stored in:
~/Library/Application Support/Google/Chrome/Default
Usually an application will install data in /Library/Preferences/ and/or ~/Library/Preferences/.
Data can also be placed after any of the following patterns:
/Library/Preferences/<application name>/
~/Library/Preferences/<application name>/
/Library/Application Support/<application name>/
~/Library/Application Support/<application name>/͏͏͏͏
/Library/<application name>/
~/Library/<application name>/ ͏͏͏͏
~/Library/<application name>/– Pacerier Oct 06 '17 at 05:52Preferencesfolders without using Apple's API. According to Apple's File System Programming Guide linked by @Bachsau, "Contains the user’s preferences. You should never create files in this directory yourself. To get or set preference values, you should always use the NSUserDefaults class or an equivalent system-provided interface." as I mentioned on daviesgeek's answer. – Poikilos Nov 28 '22 at 16:33