| 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 4a3fe4f60941ee2e6f91112bd9df659229c3a991..c42c2c2539806b33f5fb29b33e29f8877aa0403c 100644
|
| --- a/chrome/browser/password_manager/password_store_proxy_mac.cc
|
| +++ b/chrome/browser/password_manager/password_store_proxy_mac.cc
|
| @@ -190,8 +190,9 @@ PasswordStoreChangeList PasswordStoreProxyMac::RemoveLoginsSyncedBetweenImpl(
|
| }
|
|
|
| PasswordStoreChangeList
|
| -PasswordStoreProxyMac::DisableAutoSignInForAllLoginsImpl() {
|
| - return GetBackend()->DisableAutoSignInForAllLoginsImpl();
|
| +PasswordStoreProxyMac::DisableAutoSignInForOriginsImpl(
|
| + const base::Callback<bool(const GURL&)>& origin_filter) {
|
| + return GetBackend()->DisableAutoSignInForOriginsImpl(origin_filter);
|
| }
|
|
|
| bool PasswordStoreProxyMac::RemoveStatisticsCreatedBetweenImpl(
|
|
|