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 e0fa87fa49bcba9d35da5676f8209afd761fb55c..21d5454c130be8ea6718e7d4b97c82aa8523e806 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -465,6 +465,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); |