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

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

Issue 1213043003: Start the migration of passwords from the Keychain. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 fb8178bc02c49ada89127b90f3aa58ee54d92117..9d17efed7e6fdea08db1a4cb5bb6a33e754daab8 100644
--- a/components/password_manager/core/browser/password_manager.cc
+++ b/components/password_manager/core/browser/password_manager.cc
@@ -142,6 +142,9 @@ void PasswordManager::RegisterProfilePrefs(
registry->RegisterBooleanPref(prefs::kPasswordManagerAllowShowPasswords,
true);
registry->RegisterListPref(prefs::kPasswordManagerGroupsForDomains);
+#if defined(OS_MACOSX)
+ registry->RegisterIntegerPref(prefs::kKeychainMigrationStatus, 0);
vabr (Chromium) 2015/07/03 08:40:48 While not detectable to the compiler, this is a ki
vasilii 2015/07/03 12:59:11 Done.
+#endif
}
#if defined(OS_WIN)

Powered by Google App Engine
This is Rietveld 408576698