| 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 4e388324fe7c8f353fa9157ca9c85816f8e8c519..2e6e9603809e482c7be7c930c2ad8693a6c74cf1 100644
|
| --- a/components/autofill/content/common/autofill_messages.h
|
| +++ b/components/autofill/content/common/autofill_messages.h
|
| @@ -226,9 +226,6 @@ IPC_MESSAGE_ROUTED2(AutofillHostMsg_RequestAutocomplete,
|
| autofill::FormData /* form_data */,
|
| GURL /* frame_url */)
|
|
|
| -// Instructs the browser to show the Autofill dialog.
|
| -IPC_MESSAGE_ROUTED0(AutofillHostMsg_ShowAutofillDialog)
|
| -
|
| // Send when a text field is done editing.
|
| IPC_MESSAGE_ROUTED0(AutofillHostMsg_DidEndTextFieldEditing)
|
|
|
|
|