| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index d70a6a48ff1d26ea7fffeea8308aa5b8f80aeb6e..50abff852756d7d9101b9e7c8c6e04fc56ae46a6 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -126,7 +126,6 @@
|
| #include "content/browser/media/android/browser_media_player_manager.h"
|
| #include "content/browser/renderer_host/context_provider_factory_impl_android.h"
|
| #include "content/browser/screen_orientation/screen_orientation_delegate_android.h"
|
| -#include "content/public/browser/screen_orientation_provider.h"
|
| #include "media/base/android/media_client_android.h"
|
| #include "ui/android/screen_android.h"
|
| #include "ui/display/screen.h"
|
| @@ -795,7 +794,6 @@ void BrowserMainLoop::PostMainMessageLoopStart() {
|
| "BrowserMainLoop::Subsystem:ScreenOrientationProvider");
|
| screen_orientation_delegate_.reset(
|
| new ScreenOrientationDelegateAndroid());
|
| - ScreenOrientationProvider::SetDelegate(screen_orientation_delegate_.get());
|
| }
|
| #endif
|
|
|
|
|