| 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 3769ce204372a1535dae41139e1c18aa21f08723..16361bc817fe3ed50c0a60266f38061ba1d90a31 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -456,6 +456,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);
|
|
|