Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(114)

Unified Diff: components/autofill/core/browser/test_autofill_driver.h

Issue 148413002: Add "previewing on hover" support for single-field autocomplete input (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Ilya's 2nd set comments Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..f786a08337e00b2b481a4f67f7e15e5199d2f429 100644
--- a/components/autofill/core/browser/test_autofill_driver.h
+++ b/components/autofill/core/browser/test_autofill_driver.h
@@ -41,7 +41,10 @@ class TestAutofillDriver : public AutofillDriver {
const base::string16& username) OVERRIDE;
virtual void RendererShouldClearFilledForm() OVERRIDE;
virtual void RendererShouldClearPreviewedForm() OVERRIDE;
- virtual void RendererShouldSetNodeText(const base::string16& value) OVERRIDE;
+ virtual void RendererShouldFillFieldWithValue(
+ const base::string16& value) OVERRIDE;
+ virtual void RendererShouldPreviewFieldWithValue(
+ const base::string16& value) OVERRIDE;
// Methods that tests can use to specialize functionality.

Powered by Google App Engine
This is Rietveld 408576698