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

Unified Diff: components/password_manager/core/browser/keychain_migration_status_mac.h

Issue 2729853005: Stop password migration from the Keychain on Mac. (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « chrome/browser/password_manager/password_store_proxy_mac_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/password_manager/core/browser/keychain_migration_status_mac.h
diff --git a/components/password_manager/core/browser/keychain_migration_status_mac.h b/components/password_manager/core/browser/keychain_migration_status_mac.h
index 70f25f246c64958620d154f097cb25433c65c0af..7260a6aaf47a293dde5b0ffe364e7ca6b9f90671 100644
--- a/components/password_manager/core/browser/keychain_migration_status_mac.h
+++ b/components/password_manager/core/browser/keychain_migration_status_mac.h
@@ -29,6 +29,10 @@ enum class MigrationStatus {
// Best effort migration happened. Some passwords were inaccessible.
MIGRATED_PARTIALLY,
+ // Gave up on migration as the passwords aren't accessible anyway after Chrome
+ // changes the certificate.
jdoerrie 2017/03/02 17:02:28 Could you add a link providing more information ho
+ MIGRATION_STOPPED,
+
MIGRATION_STATUS_COUNT,
};
« no previous file with comments | « chrome/browser/password_manager/password_store_proxy_mac_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698