| 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 052da3b4366107390320f166275346c975e2fb4d..572c12e1556ce8c19d63e8b0918b722f890c03ed 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -455,6 +455,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);
|
|
|