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

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

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/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 23c2b18e2f67720f81aeb272e82ab3e8f5414c5c..70f25f246c64958620d154f097cb25433c65c0af 100644
--- a/components/password_manager/core/browser/keychain_migration_status_mac.h
+++ b/components/password_manager/core/browser/keychain_migration_status_mac.h
@@ -23,6 +23,12 @@ enum class MigrationStatus {
// Migration failed twice. It should not be tried again.
FAILED_TWICE,
+ // Migration finished successfully. The Keychain was cleaned up.
+ MIGRATED_DELETED,
+
+ // Best effort migration happened. Some passwords were inaccessible.
+ MIGRATED_PARTIALLY,
+
MIGRATION_STATUS_COUNT,
};

Powered by Google App Engine
This is Rietveld 408576698