Index: chrome/common/render_messages_internal.h |
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h |
index 250c77d614f07ca119565674d7a40e8f67514b87..3cd97300df5e4e42b2a26ab826e4b3025c9fe71a 100644 |
--- a/chrome/common/render_messages_internal.h |
+++ b/chrome/common/render_messages_internal.h |
@@ -956,7 +956,8 @@ IPC_MESSAGE_CONTROL1(ViewMsg_SpellChecker_EnableAutoSpellCorrect, |
bool /* enable */) |
// Executes custom context menu action that was provided from WebKit. |
-IPC_MESSAGE_ROUTED1(ViewMsg_CustomContextMenuAction, |
+IPC_MESSAGE_ROUTED2(ViewMsg_CustomContextMenuAction, |
+ webkit_glue::CustomContextMenuContext /* custom_context */, |
unsigned /* action */) |
// Tells the renderer to translate the page contents from one language to |
@@ -1058,7 +1059,8 @@ IPC_MESSAGE_CONTROL1(ViewMsg_SpeechInput_SetFeatureEnabled, |
// Sent in response to a ViewHostMsg_ContextMenu to let the renderer know that |
// the menu has been closed. |
-IPC_MESSAGE_ROUTED0(ViewMsg_ContextMenuClosed) |
+IPC_MESSAGE_ROUTED1(ViewMsg_ContextMenuClosed, |
+ webkit_glue::CustomContextMenuContext /* custom_context */) |
//----------------------------------------------------------------------------- |
// TabContents messages |