Index: chrome/common/render_messages_internal.h |
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h |
index f00c8069fd3279dff4e64c7dda32011b15e29e72..298115994cf372b6958f1ff547898dca51042745 100644 |
--- a/chrome/common/render_messages_internal.h |
+++ b/chrome/common/render_messages_internal.h |
@@ -2083,10 +2083,11 @@ IPC_BEGIN_MESSAGES(ViewHost) |
/* resources out */) |
// Queries the browser for AutoFill suggestions for a form input field. |
- IPC_MESSAGE_ROUTED3(ViewHostMsg_QueryFormFieldAutoFill, |
+ IPC_MESSAGE_ROUTED4(ViewHostMsg_QueryFormFieldAutoFill, |
int /* id of this message */, |
- bool /* form_autofilled */, |
- webkit_glue::FormField /* the form field */) |
+ bool /* field autofilled */, |
+ webkit_glue::FormField /* the form field */, |
+ bool /* autofill disabled */) |
// Sent when the popup with AutoFill suggestions for a form is shown. |
IPC_MESSAGE_ROUTED0(ViewHostMsg_DidShowAutoFillSuggestions) |