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