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 a2b7b07307a255b7dddbfc39310638c8c9380f4a..5cc2b69fea20a6f46280da4f14acdd8eef332115 100644 |
| --- a/components/autofill/content/common/autofill_messages.h |
| +++ b/components/autofill/content/common/autofill_messages.h |
| @@ -124,8 +124,12 @@ IPC_MESSAGE_ROUTED0(AutofillMsg_SetAutofillActionPreview) |
| IPC_MESSAGE_ROUTED0(AutofillMsg_ClearPreviewedForm) |
| // Sets the currently selected node's value. |
| -IPC_MESSAGE_ROUTED1(AutofillMsg_SetNodeText, |
| - base::string16 /* new node text */) |
| +IPC_MESSAGE_ROUTED1(AutofillMsg_FillFieldWithValue, |
| + base::string16 /* value */) |
| + |
| +// Sets suggested value for the currently previewed node |
|
Ilya Sherman
2014/03/01 02:57:37
nit: Please end the sentence with a period.
Tom Sepez
2014/03/03 19:28:46
nit: Sets the suggested value ...
ziran.sun
2014/03/04 15:30:19
Done.
ziran.sun
2014/03/04 15:30:19
Done.
|
| +IPC_MESSAGE_ROUTED1(AutofillMsg_PreviewFieldWithValue, |
| + base::string16 /* value */) |
| // Sets the currently selected node's value to be the given data list value. |
| IPC_MESSAGE_ROUTED1(AutofillMsg_AcceptDataListSuggestion, |