| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index e43fc70c48c76c0c6fb987f2cbe6186e7e47f6b3..af842fae05e52fee6bd80fe6caa046a88481fab2 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -761,10 +761,6 @@ 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_ClearFocusedFrame)
|
| -
|
| // Sent to a frame proxy when its real frame is preparing to enter fullscreen
|
| // in another process. Actually entering fullscreen will be done separately as
|
| // part of ViewMsg_Resize, once the browser process has resized the tab for
|
|
|