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

Unified Diff: components/autofill/content/common/autofill_messages.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/common/autofill_messages.h
diff --git a/components/autofill/content/common/autofill_messages.h b/components/autofill/content/common/autofill_messages.h
index 54fd2504ec49f68737bde52d06e8a99fdd982c4e..415a681775a48018fd6c05ae1c5ff7f503aa56e6 100644
--- a/components/autofill/content/common/autofill_messages.h
+++ b/components/autofill/content/common/autofill_messages.h
@@ -127,6 +127,10 @@ IPC_MESSAGE_ROUTED0(AutofillMsg_ClearPreviewedForm)
IPC_MESSAGE_ROUTED1(AutofillMsg_SetNodeText,
base::string16 /* new node text */)
+// Sets preview suggested value for Autocomplete node
+IPC_MESSAGE_ROUTED1(AutofillMsg_PreviewAutoCompleteNode,
Ilya Sherman 2014/02/22 05:59:51 Again, let's try to have parallel names and docume
ziran.sun 2014/02/27 15:38:11 Done.
ziran.sun 2014/02/27 15:38:11 Done.
+ base::string16 /* preview text */)
Ilya Sherman 2014/02/22 05:59:51 nit: The commented out part is meant to be a varia
ziran.sun 2014/02/27 15:38:11 Done.
+
// Sets the currently selected node's value to be the given data list value.
IPC_MESSAGE_ROUTED1(AutofillMsg_AcceptDataListSuggestion,
base::string16 /* accepted data list value */)

Powered by Google App Engine
This is Rietveld 408576698