| Index: components/autofill/content/browser/content_autofill_driver.h
|
| diff --git a/components/autofill/content/browser/content_autofill_driver.h b/components/autofill/content/browser/content_autofill_driver.h
|
| index a5076794d9828f2545ae1801b3c2261db157b921..ea2187938d027e9f00885cce045ef6067ca58db8 100644
|
| --- a/components/autofill/content/browser/content_autofill_driver.h
|
| +++ b/components/autofill/content/browser/content_autofill_driver.h
|
| @@ -54,8 +54,6 @@ class ContentAutofillDriver : 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 RendererShouldFillFieldWithValue(
|
|
|