diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core/pref_service_adapter.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/pref_service_adapter.cpp b/src/core/pref_service_adapter.cpp index 7283ef231..14fa31ce4 100644 --- a/src/core/pref_service_adapter.cpp +++ b/src/core/pref_service_adapter.cpp @@ -129,6 +129,10 @@ void PrefServiceAdapter::setup(const ProfileAdapter &profileAdapter) registry->RegisterDictionaryPref(prefs::kDevToolsFileSystemPaths); registry->RegisterDictionaryPref(prefs::kDevToolsEditedFiles); + registry->RegisterStringPref(prefs::kGoogleServicesSigninScopedDeviceId, std::string()); + registry->RegisterStringPref(prefs::kGaiaCookieLastListAccountsData, std::string()); + registry->RegisterStringPref(prefs::kGCMProductCategoryForSubtypes, std::string()); + { base::ScopedAllowBlocking allowBlock; m_prefService = factory.Create(registry); |