| Index: content/browser/frame_host/render_frame_host_delegate.h
|
| diff --git a/content/browser/frame_host/render_frame_host_delegate.h b/content/browser/frame_host/render_frame_host_delegate.h
|
| index 9beea2a30a4552ebc778ea19cf6a41ccba601982..7088f4e1ee2dd1af0802b1721bd658953fb04aa9 100644
|
| --- a/content/browser/frame_host/render_frame_host_delegate.h
|
| +++ b/content/browser/frame_host/render_frame_host_delegate.h
|
| @@ -41,6 +41,7 @@ class FrameTreeNode;
|
| class InterstitialPage;
|
| class PageState;
|
| class RenderFrameHost;
|
| +class ScreenOrientationProvider;
|
| class WebContents;
|
| struct AXEventNotificationDetails;
|
| struct AXLocationChangeNotificationDetails;
|
| @@ -169,6 +170,9 @@ class CONTENT_EXPORT RenderFrameHostDelegate {
|
| // Gets the WakeLockServiceContext associated with this delegate.
|
| virtual device::WakeLockServiceContext* GetWakeLockServiceContext();
|
|
|
| + // Gets the ScreenOrientationProvider associated with this delegate.
|
| + virtual ScreenOrientationProvider* GetScreenOrientationProvider();
|
| +
|
| // Notification that the frame wants to go into fullscreen mode.
|
| // |origin| represents the origin of the frame that requests fullscreen.
|
| virtual void EnterFullscreenMode(const GURL& origin) {}
|
|
|