| 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 d5566c08de42779f0a61c265cd4637d0421353a8..905ec969283d8f590709d4fc85ae9a98f5f02634 100644
|
| --- a/content/browser/renderer_host/render_view_host.h
|
| +++ b/content/browser/renderer_host/render_view_host.h
|
| @@ -427,6 +427,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);
|
|
|