diff options
Diffstat (limited to 'chrome/common/render_messages_internal.h')
-rw-r--r-- | chrome/common/render_messages_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h index bcc512a82..d4f4132 100644 --- a/chrome/common/render_messages_internal.h +++ b/chrome/common/render_messages_internal.h @@ -2083,7 +2083,7 @@ IPC_BEGIN_MESSAGES(ViewHost) // Queries the browser for AutoFill suggestions for a form input field. IPC_MESSAGE_ROUTED3(ViewHostMsg_QueryFormFieldAutoFill, int /* id of this message */, - bool /* field autofilled */, + bool /* form_autofilled */, webkit_glue::FormField /* the form field */) // Sent when the popup with AutoFill suggestions for a form is shown. |