Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index 468dffccc0d55ee8e9737e0608ed0d786339a045..076ed732368a940d6697713466bb73f0a30128d4 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -625,6 +625,9 @@ IPC_MESSAGE_ROUTED1(FrameMsg_DidUpdateName, std::string /* name */) |
// new origin. |
IPC_MESSAGE_ROUTED1(FrameMsg_DidUpdateOrigin, url::Origin /* origin */) |
+// Notifies this frame that it lost focus to a frame in another process. |
+IPC_MESSAGE_ROUTED0(FrameMsg_ClearFocus) |
+ |
// Send to the RenderFrame to set text tracks state and style settings. |
// Sent for top-level frames. |
IPC_MESSAGE_ROUTED1(FrameMsg_SetTextTrackSettings, |