Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index 72baac5eb7fd41f06127e1024fef8101a6d4e34d..79a7ce009815289504766026057e57d0c5daebef 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -592,6 +592,8 @@ IPC_MESSAGE_ROUTED4(FrameMsg_SetChildFrameSurface, |
// contents has terminated. |
IPC_MESSAGE_ROUTED0(FrameMsg_ChildFrameProcessGone) |
+IPC_MESSAGE_ROUTED0(FrameMsg_ClickOnFocusedElement); |
+ |
// Sent in response to a FrameHostMsg_ContextMenu to let the renderer know that |
// the menu has been closed. |
IPC_MESSAGE_ROUTED1(FrameMsg_ContextMenuClosed, |