Chromium Code Reviews| Index: content/common/view_messages.h |
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
| index 974f3e86b0a5a705bb864c346edf9f7f3afdd20d..fc5c634e73f62472330661ad048b6d8c8fca8384 100644 |
| --- a/content/common/view_messages.h |
| +++ b/content/common/view_messages.h |
| @@ -1960,6 +1960,12 @@ IPC_MESSAGE_ROUTED2(ViewHostMsg_UpdateInspectorSetting, |
| std::string, /* key */ |
| std::string /* value */) |
| +// Puts the browser into fullscreen mode. |
| +IPC_MESSAGE_ROUTED0(ViewHostMsg_EnterFullscreenForElement); |
|
scherkus (not reviewing)
2011/07/28 22:43:08
nit: the xxxForElement name is simply an artifact
koz (OOO until 15th September)
2011/07/29 04:12:58
Done.
|
| + |
| +// Makes the browser exit fullscreen mode. |
| +IPC_MESSAGE_ROUTED0(ViewHostMsg_ExitFullscreenForElement); |
| + |
| // Send back a string to be recorded by UserMetrics. |
| IPC_MESSAGE_CONTROL1(ViewHostMsg_UserMetricsRecordAction, |
| std::string /* action */) |