| 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 9b01b5d2a61aa6c6da003472065b0c4e092c4d6a..ccbe1e36092ac6c8ea9177611334cbf78d660230 100644
|
| --- a/components/autofill/content/common/autofill_messages.h
|
| +++ b/components/autofill/content/common/autofill_messages.h
|
| @@ -149,9 +149,11 @@ IPC_MESSAGE_ROUTED1(AutofillMsg_FormNotBlacklisted,
|
|
|
| // Sent when requestAutocomplete() finishes (either succesfully or with an
|
| // error). If it was a success, the renderer fills the form that requested
|
| -// autocomplete with the |form_data| values input by the user.
|
| -IPC_MESSAGE_ROUTED2(AutofillMsg_RequestAutocompleteResult,
|
| +// autocomplete with the |form_data| values input by the user. |message|
|
| +// is printed to the console if non-empty.
|
| +IPC_MESSAGE_ROUTED3(AutofillMsg_RequestAutocompleteResult,
|
| blink::WebFormElement::AutocompleteResult /* result */,
|
| + base::string16 /* message */,
|
| autofill::FormData /* form_data */)
|
|
|
| // Sent when Autofill manager gets the query response from the Autofill server
|
|
|