| 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 51fd30815c58946af532d6ce272deeb0013e100e..6f5d5026a6d8927fb54412d6c9960e2ffae510a7 100644
|
| --- a/components/autofill/content/browser/autofill_driver_impl.h
|
| +++ b/components/autofill/content/browser/autofill_driver_impl.h
|
| @@ -54,6 +54,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(
|
|
|