| Index: chrome/browser/password_manager/native_backend_libsecret.h
|
| diff --git a/chrome/browser/password_manager/native_backend_libsecret.h b/chrome/browser/password_manager/native_backend_libsecret.h
|
| index f125e2ad597f6535f5f7027f1f51696f8b286439..bfdf5bfc7ac6043d0158df400c7c52d407b1d51e 100644
|
| --- a/chrome/browser/password_manager/native_backend_libsecret.h
|
| +++ b/chrome/browser/password_manager/native_backend_libsecret.h
|
| @@ -43,7 +43,8 @@ class NativeBackendLibsecret : public PasswordStoreX::NativeBackend {
|
| base::Time delete_begin,
|
| base::Time delete_end,
|
| password_manager::PasswordStoreChangeList* changes) override;
|
| - bool DisableAutoSignInForAllLogins(
|
| + bool DisableAutoSignInForOrigins(
|
| + const base::Callback<bool(const GURL&)>& origin_filter,
|
| password_manager::PasswordStoreChangeList* changes) override;
|
| bool GetLogins(const autofill::PasswordForm& form,
|
| ScopedVector<autofill::PasswordForm>* forms) override;
|
|
|