| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 4649061237db4ba3667bd13a67d1ff12c5ce2822..f454270ba4c62039ba5a696c27e41102f06ee649 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1444,8 +1444,9 @@ IPC_MESSAGE_ROUTED3(ViewHostMsg_UnregisterProtocolHandler,
|
|
|
| // Puts the browser into "tab fullscreen" mode for the sending renderer.
|
| // See the comment in chrome/browser/ui/browser.h for more details.
|
| -IPC_MESSAGE_ROUTED1(ViewHostMsg_ToggleFullscreen,
|
| - bool /* enter_fullscreen */)
|
| +IPC_MESSAGE_ROUTED2(ViewHostMsg_ToggleFullscreen,
|
| + bool /* enter_fullscreen */,
|
| + bool /* is_video */)
|
|
|
| // Send back a string to be recorded by UserMetrics.
|
| IPC_MESSAGE_CONTROL1(ViewHostMsg_UserMetricsRecordAction,
|
| @@ -1595,11 +1596,6 @@ IPC_MESSAGE_ROUTED3(ViewHostMsg_SmartClipDataExtracted,
|
| base::string16 /* html */,
|
| gfx::Rect /* rect */)
|
|
|
| -// Messages sent from the renderer to the browser after the page has been
|
| -// bound into / out of fullscreen.
|
| -IPC_MESSAGE_ROUTED0(ViewHostMsg_DidEnterFullscreen)
|
| -IPC_MESSAGE_ROUTED0(ViewHostMsg_DidExitFullscreen)
|
| -
|
| #elif defined(OS_MACOSX)
|
| // Request that the browser load a font into shared memory for us.
|
| IPC_SYNC_MESSAGE_CONTROL1_3(ViewHostMsg_LoadFont,
|
|
|