Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / public / browser / screen_orientation_dispatcher_host.h
index 8c3b89b..c0f8bc0 100644 (file)
@@ -10,8 +10,6 @@
 
 namespace content {
 
-class ScreenOrientationProvider;
-
 // ScreenOrientationDispatcherHost receives lock and unlock requests from the
 // RenderFrames and dispatch them to the ScreenOrientationProvider. It also
 // make sure that the right RenderFrame get replied for each lock request.
@@ -31,8 +29,6 @@ class CONTENT_EXPORT ScreenOrientationDispatcherHost {
                                blink::WebLockOrientationError error) = 0;
 
   virtual void OnOrientationChange() = 0;
-
-  virtual void SetProvider(ScreenOrientationProvider* provider) = 0;
 };
 
 }  // namespace content