| 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 938fad64dd043e191f78679de25dfe8ea434b9d3..dc80320c53a199fd224e5faee9d419d35f0d0346 100644
|
| --- a/components/autofill/core/browser/test_autofill_driver.h
|
| +++ b/components/autofill/core/browser/test_autofill_driver.h
|
| @@ -41,6 +41,8 @@ class TestAutofillDriver : public AutofillDriver {
|
| const base::string16& username) OVERRIDE;
|
| virtual void RendererShouldClearFilledForm() OVERRIDE;
|
| virtual void RendererShouldClearPreviewedForm() OVERRIDE;
|
| + virtual void RendererShouldPreviewAutoCompleteNode(
|
| + const base::string16& value) OVERRIDE;
|
| virtual void RendererShouldSetNodeText(const base::string16& value) OVERRIDE;
|
|
|
| // Methods that tests can use to specialize functionality.
|
|
|