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

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: Update code as per review 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.cc
diff --git a/components/autofill/core/browser/test_autofill_driver.cc b/components/autofill/core/browser/test_autofill_driver.cc
index 32fbfc954ada9fb3d17de761cfd29f6b616d7391..a871943960aa8188b9e945ba11ae19629d14cd8d 100644
--- a/components/autofill/core/browser/test_autofill_driver.cc
+++ b/components/autofill/core/browser/test_autofill_driver.cc
@@ -69,4 +69,8 @@ void TestAutofillDriver::RendererShouldSetNodeText(
const base::string16& value) {
}
+void TestAutofillDriver::RendererShouldPreviewAutoCompleteNode(
+ const base::string16& value) {
+}
+
} // namespace autofill

Powered by Google App Engine
This is Rietveld 408576698