Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(490)

Unified Diff: components/password_manager/core/browser/password_manager.cc

Issue 2714543006: Clean Obsolete HTTP Data from the Password Store (Closed)
Patch Set: Add Unittest File Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698