| 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 577a7f9c54ee5bc6500435192092abd0d310448d..bc2e5afbd9eed2a91820140f2e533efdb5ede16d 100644
|
| --- a/components/autofill/content/common/autofill_messages.h
|
| +++ b/components/autofill/content/common/autofill_messages.h
|
| @@ -272,13 +272,8 @@ IPC_MESSAGE_ROUTED1(AutofillHostMsg_DidFillAutofillFormData,
|
| base::TimeTicks /* timestamp */)
|
|
|
| // Sent when a form receives a request to do interactive autocomplete.
|
| -IPC_MESSAGE_ROUTED2(AutofillHostMsg_RequestAutocomplete,
|
| - autofill::FormData /* form_data */,
|
| - GURL /* frame_url */)
|
| -
|
| -// Sent when interactive autocomplete is cancelled (e.g. because the invoking
|
| -// frame was navigated to a different URL).
|
| -IPC_MESSAGE_ROUTED0(AutofillHostMsg_CancelRequestAutocomplete)
|
| +IPC_MESSAGE_ROUTED1(AutofillHostMsg_RequestAutocomplete,
|
| + autofill::FormData /* form_data */)
|
|
|
| // Send when a text field is done editing.
|
| IPC_MESSAGE_ROUTED0(AutofillHostMsg_DidEndTextFieldEditing)
|
|
|