| 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,
|
| };
|
|
|
|
|