Index: trunk/src/components/password_manager/core/browser/stub_password_manager_client.h |
=================================================================== |
--- trunk/src/components/password_manager/core/browser/stub_password_manager_client.h (revision 290044) |
+++ trunk/src/components/password_manager/core/browser/stub_password_manager_client.h (working copy) |
@@ -20,8 +20,6 @@ |
// PasswordManagerClient: |
virtual bool IsSyncAccountCredential( |
const std::string& username, const std::string& origin) const OVERRIDE; |
- virtual bool ShouldFilterAutofillResult( |
- const autofill::PasswordForm& form) OVERRIDE; |
virtual void PromptUserToSavePassword( |
scoped_ptr<PasswordFormManager> form_to_save) OVERRIDE; |
virtual void AutomaticPasswordSave( |