Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 7dc16184490912f4a56efbd52cc58e3e079d9640..701da8a2546dc2c137562c7fdf8556666ed7e840 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -920,6 +920,9 @@ IPC_MESSAGE_ROUTED2(ViewMsg_CustomContextMenuAction, |
IPC_MESSAGE_ROUTED1(ViewMsg_ContextMenuClosed, |
content::CustomContextMenuContext /* custom_context */) |
+// Sent to inform the renderer to invoke a context menu. |
+IPC_MESSAGE_ROUTED0(ViewMsg_ShowContextMenu) |
+ |
// Tells the renderer to perform the specified navigation, interrupting any |
// existing navigation. |
IPC_MESSAGE_ROUTED1(ViewMsg_Navigate, ViewMsg_Navigate_Params) |