| Index: components/password_manager/core/browser/test_password_store.cc
|
| diff --git a/components/password_manager/core/browser/test_password_store.cc b/components/password_manager/core/browser/test_password_store.cc
|
| index 77931e82433ce4474a805ec0f28352e7c62f12ef..f92b6bacca0e09418d6008a0f42448d1b07199b3 100644
|
| --- a/components/password_manager/core/browser/test_password_store.cc
|
| +++ b/components/password_manager/core/browser/test_password_store.cc
|
| @@ -82,8 +82,7 @@ PasswordStoreChangeList TestPasswordStore::RemoveLoginImpl(
|
| }
|
|
|
| ScopedVector<autofill::PasswordForm> TestPasswordStore::FillMatchingLogins(
|
| - const autofill::PasswordForm& form,
|
| - PasswordStore::AuthorizationPromptPolicy prompt_policy) {
|
| + const autofill::PasswordForm& form) {
|
| ScopedVector<autofill::PasswordForm> matched_forms;
|
| std::vector<autofill::PasswordForm> forms =
|
| stored_passwords_[form.signon_realm];
|
|
|