Index: components/autofill/content/browser/autofill_driver_impl.h |
diff --git a/components/autofill/content/browser/autofill_driver_impl.h b/components/autofill/content/browser/autofill_driver_impl.h |
index 6fa1b41e10c22a4124ce31b532be98d5d2179c1a..f91e68fa850e70b04bb0da4ca1f414ddd2295f3c 100644 |
--- a/components/autofill/content/browser/autofill_driver_impl.h |
+++ b/components/autofill/content/browser/autofill_driver_impl.h |
@@ -52,6 +52,8 @@ class AutofillDriverImpl : public AutofillDriver, |
const FormData& data) OVERRIDE; |
virtual void SendAutofillTypePredictionsToRenderer( |
const std::vector<FormStructure*>& forms) OVERRIDE; |
+ virtual void RemovePasswordAutofillSuggestion( |
+ const PasswordForm& password_form) OVERRIDE; |
virtual void RendererShouldAcceptDataListSuggestion( |
const base::string16& value) OVERRIDE; |
virtual void RendererShouldAcceptPasswordAutofillSuggestion( |