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 ac7a8ea79372cb861f06275d0e333466e8ef8d71..b276349053591bf581774fe4fb40a374837f1d19 100644 |
--- a/components/autofill/content/common/autofill_messages.h |
+++ b/components/autofill/content/common/autofill_messages.h |
@@ -275,12 +275,11 @@ IPC_MESSAGE_ROUTED3(AutofillHostMsg_TextFieldDidChange, |
base::TimeTicks /* timestamp */) |
// Queries the browser for Autofill suggestions for a form input field. |
-IPC_MESSAGE_ROUTED5(AutofillHostMsg_QueryFormFieldAutofill, |
+IPC_MESSAGE_ROUTED4(AutofillHostMsg_QueryFormFieldAutofill, |
int /* id of this message */, |
autofill::FormData /* the form */, |
autofill::FormFieldData /* the form field */, |
- gfx::RectF /* input field bounds, window-relative */, |
- bool /* display warning if autofill disabled */) |
+ gfx::RectF /* input field bounds, window-relative */) |
// Sent when a form is previewed with Autofill suggestions. |
IPC_MESSAGE_ROUTED0(AutofillHostMsg_DidPreviewAutofillFormData) |