Chromium Code Reviews| 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..0435db8edc1a39c1e7a9cea00a1bb5a73a66b7d1 100644 |
| --- a/components/autofill/content/browser/content_autofill_driver.h |
| +++ b/components/autofill/content/browser/content_autofill_driver.h |
| @@ -56,6 +56,8 @@ class ContentAutofillDriver : public AutofillDriver, |
| const base::string16& value) OVERRIDE; |
| virtual void RendererShouldAcceptPasswordAutofillSuggestion( |
| const base::string16& username) OVERRIDE; |
|
Ilya Sherman
2014/03/21 22:35:19
Let's rename this to "RendererShouldFillPassword",
ziran.sun
2014/03/25 18:25:26
Done.
|
| + virtual void RendererShouldPreviewPassword( |
| + const base::string16& username) OVERRIDE; |
| virtual void RendererShouldClearFilledForm() OVERRIDE; |
| virtual void RendererShouldClearPreviewedForm() OVERRIDE; |
| virtual void RendererShouldFillFieldWithValue( |