| 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 9a6c3f177b6f78e902cbf3068af872cfe96a89c7..80880b1574067834f06025b800dd3a08dfc296bf 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)
|
|
|