| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 10a1c1aef2f3e228541695eec5b1e1f2f25a7a26..51d276f27e57cfb6ab2688f2108f00704f0a9aaf 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1474,11 +1474,6 @@ IPC_MESSAGE_ROUTED3(ViewHostMsg_UnregisterProtocolHandler,
|
| GURL /* url */,
|
| bool /* user_gesture */)
|
|
|
| -// 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 */)
|
| -
|
| // Send back a string to be recorded by UserMetrics.
|
| IPC_MESSAGE_CONTROL1(ViewHostMsg_UserMetricsRecordAction,
|
| std::string /* action */)
|
|
|