Chromium Code Reviews| 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 */) |