Index: content/browser/renderer_host/render_view_host.h |
diff --git a/content/browser/renderer_host/render_view_host.h b/content/browser/renderer_host/render_view_host.h |
index 17f47a6b7bb5d01b88984c289067243755cfbcb7..f4032434f54e134b7a515a1598f0532272ae4f23 100644 |
--- a/content/browser/renderer_host/render_view_host.h |
+++ b/content/browser/renderer_host/render_view_host.h |
@@ -428,6 +428,7 @@ class RenderViewHost : public RenderWidgetHost { |
void OnMsgDocumentAvailableInMainFrame(); |
void OnMsgDocumentOnLoadCompletedInMainFrame(int32 page_id); |
void OnMsgContextMenu(const ContextMenuParams& params); |
+ void OnMsgToggleFullscreen(bool enter_fullscreen); |
void OnMsgOpenURL(const GURL& url, const GURL& referrer, |
WindowOpenDisposition disposition); |
void OnMsgDidContentsPreferredSizeChange(const gfx::Size& new_size); |