Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(806)

Unified Diff: content/common/view_messages.h

Issue 2894043002: Add machinery to show touch editing context menus in OOPIFs. (Closed)
Patch Set: Remove WVI call to WFWI. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 62aff1b8f0af36f6d0996e6401b5042cdf5bc4fd..06180f2be74d52c35d1ca0057c4f3cfa8f57649a 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -428,12 +428,6 @@ IPC_MESSAGE_ROUTED2(ViewMsg_WasShown,
IPC_MESSAGE_ROUTED1(ViewMsg_SetInitialFocus,
bool /* reverse */)
-// Sent to inform the renderer to invoke a context menu.
-// The parameter specifies the location in the render view's coordinates.
-IPC_MESSAGE_ROUTED2(ViewMsg_ShowContextMenu,
- ui::MenuSourceType,
- gfx::Point /* location where menu should be shown */)
-
// Tells the renderer to perform the given action on the media player
// located at the given point.
IPC_MESSAGE_ROUTED2(ViewMsg_MediaPlayerActionAt,

Powered by Google App Engine
This is Rietveld 408576698