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

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

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: Rebase and update code as per Ilya's comments Created 6 years, 9 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
« no previous file with comments | « components/autofill/core/browser/test_autofill_driver.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/test_autofill_driver.cc
diff --git a/components/autofill/core/browser/test_autofill_driver.cc b/components/autofill/core/browser/test_autofill_driver.cc
index 2dcd453ed5fdf679439471d8f6cff18e734547d7..a5901cfca6768a9ad116e111b4621c19dba8bb08 100644
--- a/components/autofill/core/browser/test_autofill_driver.cc
+++ b/components/autofill/core/browser/test_autofill_driver.cc
@@ -62,7 +62,11 @@ void TestAutofillDriver::SetURLRequestContext(
url_request_context_ = url_request_context;
}
-void TestAutofillDriver::RendererShouldSetNodeText(
+void TestAutofillDriver::RendererShouldFillFieldWithValue(
+ const base::string16& value) {
+}
+
+void TestAutofillDriver::RendererShouldPreviewFieldWithValue(
const base::string16& value) {
}
« no previous file with comments | « components/autofill/core/browser/test_autofill_driver.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698