| Index: chrome/browser/password_manager/password_store_win_unittest.cc
|
| diff --git a/chrome/browser/password_manager/password_store_win_unittest.cc b/chrome/browser/password_manager/password_store_win_unittest.cc
|
| index 6477b1269097a2a6fbb284658d1159a1ca4b000f..6b1392c05bc9860e224961822273f1eeae953b74 100644
|
| --- a/chrome/browser/password_manager/password_store_win_unittest.cc
|
| +++ b/chrome/browser/password_manager/password_store_win_unittest.cc
|
| @@ -169,7 +169,8 @@ TEST_F(PasswordStoreWinTest, DISABLED_ConvertIE7Login) {
|
|
|
| // Prentend that the migration has already taken place.
|
| profile_->GetPrefs()->RegisterBooleanPref(prefs::kLoginDatabaseMigrated,
|
| - true);
|
| + true,
|
| + false /* don't sync pref */);
|
|
|
| // Initializing the PasswordStore shouldn't trigger a migration.
|
| scoped_refptr<PasswordStore> store(
|
| @@ -228,7 +229,8 @@ TEST_F(PasswordStoreWinTest, DISABLED_ConvertIE7Login) {
|
| TEST_F(PasswordStoreWinTest, OutstandingWDSQueries) {
|
| // Prentend that the migration has already taken place.
|
| profile_->GetPrefs()->RegisterBooleanPref(prefs::kLoginDatabaseMigrated,
|
| - true);
|
| + true,
|
| + false /* don't sync pref */);
|
|
|
| // Initializing the PasswordStore shouldn't trigger a migration.
|
| scoped_refptr<PasswordStore> store(
|
| @@ -278,7 +280,8 @@ TEST_F(PasswordStoreWinTest, DISABLED_MultipleWDSQueriesOnDifferentThreads) {
|
|
|
| // Prentend that the migration has already taken place.
|
| profile_->GetPrefs()->RegisterBooleanPref(prefs::kLoginDatabaseMigrated,
|
| - true);
|
| + true,
|
| + false /* don't sync pref */);
|
|
|
| // Initializing the PasswordStore shouldn't trigger a migration.
|
| scoped_refptr<PasswordStore> store(
|
|
|