diff options
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/render_messages_internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h index 93b1a76..24cda62 100644 --- a/chrome/common/render_messages_internal.h +++ b/chrome/common/render_messages_internal.h @@ -637,6 +637,9 @@ IPC_BEGIN_MESSAGES(View) std::vector<string16> /* labels */, int /* index of default suggestion */) + IPC_MESSAGE_ROUTED1(ViewMsg_AutoFillForms, + std::vector<webkit_glue::FormData> /* forms */) + // Reply to the ViewHostMsg_QueryFormFieldAutofill message with the // autocomplete suggestions. IPC_MESSAGE_ROUTED3(ViewMsg_AutocompleteSuggestionsReturned, |