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

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

Issue 2323893002: Stop using the Keychain for passwords finally and clean up the Chrome entries there. (Closed)
Patch Set: add a comment Created 4 years, 3 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 677df633439c8bc4b08b2c49a561bdb2fc20406a..1f9577f6067953fbdad93c4ebe4e8a156d510d14 100644
--- a/components/password_manager/core/browser/password_manager.cc
+++ b/components/password_manager/core/browser/password_manager.cc
@@ -150,8 +150,9 @@ void PasswordManager::RegisterProfilePrefs(
prefs::kCredentialsEnableAutosignin, true,
user_prefs::PrefRegistrySyncable::SYNCABLE_PRIORITY_PREF);
#if defined(OS_MACOSX)
- registry->RegisterIntegerPref(prefs::kKeychainMigrationStatus,
- static_cast<int>(MigrationStatus::NOT_STARTED));
+ registry->RegisterIntegerPref(
+ prefs::kKeychainMigrationStatus,
+ static_cast<int>(MigrationStatus::MIGRATED_DELETED));
#endif
}
« no previous file with comments | « components/password_manager/core/browser/keychain_migration_status_mac.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698