| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index ada844fa3a4b5c80804d9b559ac3ac55e52e93de..478c483c80d5e6250d63563a13dce143f5774f0a 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -633,8 +633,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 or proxy that it is now focused. This is used to
|
| +// support cross-process focused frame changes.
|
| +IPC_MESSAGE_ROUTED0(FrameMsg_SetFocusedFrame);
|
|
|
| // Send to the RenderFrame to set text tracks state and style settings.
|
| // Sent for top-level frames.
|
|
|