| Index: components/autofill/core/browser/test_autofill_driver.h
|
| diff --git a/components/autofill/core/browser/test_autofill_driver.h b/components/autofill/core/browser/test_autofill_driver.h
|
| index 1ed9486ab6dfca8bb3460219ad7d5b4f88f38b85..f32d82bcbc77a4e342e0363a48dcbd24848a7135 100644
|
| --- a/components/autofill/core/browser/test_autofill_driver.h
|
| +++ b/components/autofill/core/browser/test_autofill_driver.h
|
| @@ -38,6 +38,8 @@ class TestAutofillDriver : public AutofillDriver {
|
| const base::string16& value) OVERRIDE;
|
| virtual void RendererShouldAcceptPasswordAutofillSuggestion(
|
| const base::string16& username) OVERRIDE;
|
| + virtual void RendererShouldPreviewPassword(
|
| + const base::string16& username) OVERRIDE;
|
| virtual void RendererShouldClearFilledForm() OVERRIDE;
|
| virtual void RendererShouldClearPreviewedForm() OVERRIDE;
|
| virtual void RendererShouldFillFieldWithValue(
|
|
|