| Index: chrome/browser/password_manager/native_backend_gnome_x.h
|
| diff --git a/chrome/browser/password_manager/native_backend_gnome_x.h b/chrome/browser/password_manager/native_backend_gnome_x.h
|
| index 1867bcfb5198d511ee7c465a9c944c36418b0736..7c81abcebab752e1d9cb7b657483d396be2a5f89 100644
|
| --- a/chrome/browser/password_manager/native_backend_gnome_x.h
|
| +++ b/chrome/browser/password_manager/native_backend_gnome_x.h
|
| @@ -107,7 +107,8 @@ class NativeBackendGnome : 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;
|
|
|