| Index: chrome/browser/password_manager/password_store_proxy_mac.cc
|
| diff --git a/chrome/browser/password_manager/password_store_proxy_mac.cc b/chrome/browser/password_manager/password_store_proxy_mac.cc
|
| index 3a9fb69bbd580272d994349d7ff7c31520fada53..2241d7c62fb8172a2a67a3431e43c11b9d6c3602 100644
|
| --- a/chrome/browser/password_manager/password_store_proxy_mac.cc
|
| +++ b/chrome/browser/password_manager/password_store_proxy_mac.cc
|
| @@ -197,9 +197,8 @@ bool PasswordStoreProxyMac::RemoveStatisticsCreatedBetweenImpl(
|
| }
|
|
|
| ScopedVector<autofill::PasswordForm> PasswordStoreProxyMac::FillMatchingLogins(
|
| - const autofill::PasswordForm& form,
|
| - AuthorizationPromptPolicy prompt_policy) {
|
| - return GetBackend()->FillMatchingLogins(form, prompt_policy);
|
| + const autofill::PasswordForm& form) {
|
| + return GetBackend()->FillMatchingLogins(form);
|
| }
|
|
|
| bool PasswordStoreProxyMac::FillAutofillableLogins(
|
|
|