| Index: content/browser/screen_orientation/screen_orientation_dispatcher_host_impl.h
|
| diff --git a/content/browser/screen_orientation/screen_orientation_dispatcher_host_impl.h b/content/browser/screen_orientation/screen_orientation_dispatcher_host_impl.h
|
| index 366267ebca73317f0b5548a46d2db744b18d1ad9..376663124dc36686d5adf74eeca1ba0eb27d2db7 100644
|
| --- a/content/browser/screen_orientation/screen_orientation_dispatcher_host_impl.h
|
| +++ b/content/browser/screen_orientation/screen_orientation_dispatcher_host_impl.h
|
| @@ -35,6 +35,8 @@ class CONTENT_EXPORT ScreenOrientationDispatcherHostImpl
|
| // WebContentsObserver:
|
| virtual bool OnMessageReceived(const IPC::Message&,
|
| RenderFrameHost* render_frame_host) OVERRIDE;
|
| + virtual void DidNavigateMainFrame(const LoadCommittedDetails& details,
|
| + const FrameNavigateParams& params) OVERRIDE;
|
|
|
| private:
|
| void OnLockRequest(RenderFrameHost* render_frame_host,
|
|
|