| 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 387a4355896f2f9c5ca2ed427ce846fa3c535c05..c734cd25de8e4d9d3ae1cf4a57c14ef86503a0ec 100644
|
| --- a/components/autofill/content/common/autofill_messages.h
|
| +++ b/components/autofill/content/common/autofill_messages.h
|
| @@ -152,9 +152,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
|
|
|