| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 72baac5eb7fd41f06127e1024fef8101a6d4e34d..df75e27c211efdcd8943b07d5adbef4e00840436 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -788,6 +788,10 @@ IPC_MESSAGE_ROUTED2(FrameMsg_DidUpdateOrigin,
|
| // support cross-process focused frame changes.
|
| IPC_MESSAGE_ROUTED0(FrameMsg_SetFocusedFrame)
|
|
|
| +// Notifies this frame or proxy that it is no longer focused. This is used when
|
| +// a frame in the embedder that the guest cannot see (<webview>) gains focus.
|
| +IPC_MESSAGE_ROUTED0(FrameMsg_UnsetFocusedFrame)
|
| +
|
| // Send to the RenderFrame to set text tracks state and style settings.
|
| // Sent for top-level frames.
|
| IPC_MESSAGE_ROUTED1(FrameMsg_SetTextTrackSettings,
|
|
|