Index: content/browser/frame_host/render_frame_host_impl.h |
diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h |
index 70ef6ffe2de0f5526d0f85b5744bf106d477ee71..53832c436642eda9249937cf0ce3d27ecc4a9f4a 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -459,6 +459,7 @@ class CONTENT_EXPORT RenderFrameHostImpl |
const std::vector<AccessibilityHostMsg_LocationChangeParams>& params); |
void OnAccessibilityFindInPageResult( |
const AccessibilityHostMsg_FindInPageResultParams& params); |
+ void OnToggleFullscreen(bool enter_fullscreen); |
#if defined(OS_MACOSX) || defined(OS_ANDROID) |
void OnShowPopup(const FrameHostMsg_ShowPopup_Params& params); |