Chromium Code Reviews| Index: components/password_manager/core/browser/password_manager.cc |
| diff --git a/components/password_manager/core/browser/password_manager.cc b/components/password_manager/core/browser/password_manager.cc |
| index fdac87144ecb0e2c901d16b776bb0fc0ffa9c41a..4da0bc6b938ad2d6a106372f4a4847c52ebca748 100644 |
| --- a/components/password_manager/core/browser/password_manager.cc |
| +++ b/components/password_manager/core/browser/password_manager.cc |
| @@ -154,6 +154,9 @@ void PasswordManager::RegisterProfilePrefs( |
| registry->RegisterBooleanPref( |
| prefs::kCredentialsEnableAutosignin, true, |
| user_prefs::PrefRegistrySyncable::SYNCABLE_PRIORITY_PREF); |
| + registry->RegisterBooleanPref( |
| + prefs::kWasObsoleteHttpDataCleaned, false, |
| + user_prefs::PrefRegistrySyncable::SYNCABLE_PRIORITY_PREF); |
|
vasilii
2017/03/23 17:39:26
Doesn't have to be syncable and definitely not "Pr
jdoerrie
2017/03/24 14:08:32
Done.
|
| #if defined(OS_MACOSX) |
| registry->RegisterIntegerPref( |
| prefs::kKeychainMigrationStatus, |