Index: content/browser/screen_orientation/screen_orientation_dispatcher_host.h |
diff --git a/content/browser/screen_orientation/screen_orientation_dispatcher_host.h b/content/browser/screen_orientation/screen_orientation_dispatcher_host.h |
index 3357b17ae04ca1921b7c7455499e28db02c092f2..8782a015b8a15aaa050426a0381abd5db6a965a6 100644 |
--- a/content/browser/screen_orientation/screen_orientation_dispatcher_host.h |
+++ b/content/browser/screen_orientation/screen_orientation_dispatcher_host.h |
@@ -43,6 +43,8 @@ class CONTENT_EXPORT ScreenOrientationDispatcherHost |
void OnOrientationChange(); |
+ void SetProvider(ScreenOrientationProvider* provider); |
+ |
private: |
void OnLockRequest(RenderFrameHost* render_frame_host, |
blink::WebScreenOrientationLockType orientation, |