| 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 67d84a5e65d7887add560e22ec44bcf9fdccfc21..5d0e24421ecd5ed592c0528fb50a99b98f098641 100644
|
| --- a/chrome/browser/password_manager/native_backend_gnome_x.h
|
| +++ b/chrome/browser/password_manager/native_backend_gnome_x.h
|
| @@ -87,17 +87,16 @@ class NativeBackendGnome : public PasswordStoreX::NativeBackend,
|
| const autofill::PasswordForm& form,
|
| password_manager::PasswordStoreChangeList* changes) OVERRIDE;
|
| virtual bool RemoveLogin(const autofill::PasswordForm& form) OVERRIDE;
|
| - virtual bool RemoveLoginsCreatedBetween(base::Time delete_begin,
|
| - base::Time delete_end) OVERRIDE;
|
| + virtual bool RemoveLoginsCreatedBetween(
|
| + base::Time delete_begin,
|
| + base::Time delete_end,
|
| + password_manager::PasswordStoreChangeList* changes) OVERRIDE;
|
| virtual bool RemoveLoginsSyncedBetween(
|
| base::Time delete_begin,
|
| base::Time delete_end,
|
| password_manager::PasswordStoreChangeList* changes) OVERRIDE;
|
| virtual bool GetLogins(const autofill::PasswordForm& form,
|
| PasswordFormList* forms) OVERRIDE;
|
| - virtual bool GetLoginsCreatedBetween(base::Time get_begin,
|
| - base::Time get_end,
|
| - PasswordFormList* forms) OVERRIDE;
|
| virtual bool GetAutofillableLogins(PasswordFormList* forms) OVERRIDE;
|
| virtual bool GetBlacklistLogins(PasswordFormList* forms) OVERRIDE;
|
|
|
|
|