| 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 27bdcdf0a130094ddf208840bba2dcce9e97088d..77be92668eb89f31ba96765b790b1a760e2a515a 100644
|
| --- a/components/autofill/content/browser/autofill_driver_impl.h
|
| +++ b/components/autofill/content/browser/autofill_driver_impl.h
|
| @@ -55,6 +55,8 @@ class AutofillDriverImpl : public AutofillDriver,
|
| const std::vector<FormStructure*>& forms) OVERRIDE;
|
| virtual void RendererShouldAcceptDataListSuggestion(
|
| const base::string16& value) OVERRIDE;
|
| + virtual void RendererShouldAcceptPasswordAutofillSuggestion(
|
| + const base::string16& value) OVERRIDE;
|
| virtual void RendererShouldClearFilledForm() OVERRIDE;
|
| virtual void RendererShouldClearPreviewedForm() OVERRIDE;
|
| virtual void RendererShouldSetNodeText(const base::string16& value) OVERRIDE;
|
|
|