| 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 4f3178036cda45d6dee1f0b9e6f4d0bbd2672ad9..927f780e661b7c2ab9dbad6d41ebc664d524f19f 100644
|
| --- a/content/browser/frame_host/render_frame_host_delegate.h
|
| +++ b/content/browser/frame_host/render_frame_host_delegate.h
|
| @@ -47,7 +47,6 @@ class InterstitialPage;
|
| class PageState;
|
| class RenderFrameHost;
|
| class RenderFrameHostImpl;
|
| -class ScreenOrientationProvider;
|
| class SessionStorageNamespace;
|
| class WebContents;
|
| struct AXEventNotificationDetails;
|
| @@ -181,9 +180,6 @@ 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) {}
|
|
|