| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 6ef47c5e58c8306bcf2bafe468b77328ccba1b60..8345f8f40c6e773c324e2c8c7ce9e87d2cdf07b5 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -788,12 +788,6 @@
|
| // support cross-process focused frame changes.
|
| IPC_MESSAGE_ROUTED0(FrameMsg_SetFocusedFrame)
|
|
|
| -// 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
|
| -// fullscreen.
|
| -IPC_MESSAGE_ROUTED0(FrameMsg_WillEnterFullscreen)
|
| -
|
| // Send to the RenderFrame to set text tracks state and style settings.
|
| // Sent for top-level frames.
|
| IPC_MESSAGE_ROUTED1(FrameMsg_SetTextTrackSettings,
|
|
|