| Index: chrome/browser/password_manager/password_store_mac.cc
|
| diff --git a/chrome/browser/password_manager/password_store_mac.cc b/chrome/browser/password_manager/password_store_mac.cc
|
| index ed350b0ce4bda2f76f2dc28381f6797d90de14c9..6904135efa0679901ebf1d35d673b9967e48df9f 100644
|
| --- a/chrome/browser/password_manager/password_store_mac.cc
|
| +++ b/chrome/browser/password_manager/password_store_mac.cc
|
| @@ -1207,10 +1207,9 @@ bool PasswordStoreMac::RemoveStatisticsCreatedBetweenImpl(
|
| }
|
|
|
| ScopedVector<autofill::PasswordForm> PasswordStoreMac::FillMatchingLogins(
|
| - const autofill::PasswordForm& form,
|
| - AuthorizationPromptPolicy prompt_policy) {
|
| + const autofill::PasswordForm& form) {
|
| chrome::ScopedSecKeychainSetUserInteractionAllowed user_interaction_allowed(
|
| - prompt_policy == ALLOW_PROMPT);
|
| + false);
|
|
|
| ScopedVector<PasswordForm> database_forms;
|
| if (!login_metadata_db_ ||
|
|
|