| 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..6f4393f41ef43075449db83fc26c8d5ac9acd87a 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& username) OVERRIDE;
|
| virtual void RendererShouldClearFilledForm() OVERRIDE;
|
| virtual void RendererShouldClearPreviewedForm() OVERRIDE;
|
| virtual void RendererShouldSetNodeText(const base::string16& value) OVERRIDE;
|
|
|