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) |