Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index 424a0e21b9c7bbff3b0677b0e6a09f0c18978151..96a4acebae4946cef6fe19a4fa33a65a1d573f28 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -632,8 +632,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) |
+// Notifies this frame that it lost focus to the specified frame in another |
+// process. |
+IPC_MESSAGE_ROUTED1(FrameMsg_ClearFocus, int /* focused_frame_routing_id */); |
// Send to the RenderFrame to set text tracks state and style settings. |
// Sent for top-level frames. |