| Index: chrome/browser/password_manager/password_store_mac_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/password_manager/password_store_mac_unittest.cc (revision 241838)
|
| +++ chrome/browser/password_manager/password_store_mac_unittest.cc (working copy)
|
| @@ -1117,7 +1117,7 @@
|
| QuitUIMessageLoop());
|
| EXPECT_CALL(consumer, OnGetPasswordStoreResults(_)).WillOnce(
|
| DoAll(WithArg<0>(STLDeleteElements0()), QuitUIMessageLoop()));
|
| - store_->GetLogins(*joint_form, &consumer);
|
| + store_->GetLogins(*joint_form, PasswordStore::ALLOW_PROMPT, &consumer);
|
| base::MessageLoop::current()->Run();
|
|
|
| MacKeychainPasswordFormAdapter keychain_adapter(keychain_);
|
|
|