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

Unified Diff: components/autofill/content/browser/autofill_driver_impl.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: 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/content/browser/autofill_driver_impl.h
diff --git a/components/autofill/content/browser/autofill_driver_impl.h b/components/autofill/content/browser/autofill_driver_impl.h
index 099ac0dc1be61686ebbcd0abb1d334b6edb16023..850feb8b23e5273a0f7d2dc3de6e117c2b898516 100644
--- a/components/autofill/content/browser/autofill_driver_impl.h
+++ b/components/autofill/content/browser/autofill_driver_impl.h
@@ -60,6 +60,8 @@ class AutofillDriverImpl : public AutofillDriver,
virtual void RendererShouldClearFilledForm() OVERRIDE;
virtual void RendererShouldClearPreviewedForm() OVERRIDE;
virtual void RendererShouldSetNodeText(const base::string16& value) OVERRIDE;
+ virtual void RendererShouldPreviewAutoCompleteNode(
+ const base::string16& value) OVERRIDE;
Ilya Sherman 2014/02/22 05:59:51 nit: Let's name this method "RendererShouldPreview
ziran.sun 2014/02/27 15:38:11 Done.
ziran.sun 2014/02/27 15:38:11 Done.
// Returns the WebContents with which this instance is associated.
content::WebContents* GetWebContents();

Powered by Google App Engine
This is Rietveld 408576698