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

Unified Diff: content/common/view_messages.h

Issue 183923030: Almost finish moving context_menu_node_ from RenderViewImpl to RenderFrameImpl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 10 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
===================================================================
--- content/common/view_messages.h (revision 254898)
+++ content/common/view_messages.h (working copy)
@@ -1358,6 +1358,10 @@
IPC_MESSAGE_ROUTED1(ViewHostMsg_FocusedNodeChanged,
bool /* is_editable_node */)
+// Sent by the renderer when the focused frame changes.
+IPC_MESSAGE_ROUTED1(ViewHostMsg_FocusedFrameChanged,
+ int /* focused_frame_routing_id */)
+
IPC_MESSAGE_ROUTED1(ViewHostMsg_SetCursor,
WebCursor)

Powered by Google App Engine
This is Rietveld 408576698