| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index bf849b7102faea1e3a43481ba86002731013d640..bfab0fb3212fea3c0f4470b6b850fb2171c8d576 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -127,7 +127,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"
|
| @@ -796,7 +795,6 @@ void BrowserMainLoop::PostMainMessageLoopStart() {
|
| "BrowserMainLoop::Subsystem:ScreenOrientationProvider");
|
| screen_orientation_delegate_.reset(
|
| new ScreenOrientationDelegateAndroid());
|
| - ScreenOrientationProvider::SetDelegate(screen_orientation_delegate_.get());
|
| }
|
| #endif
|
|
|
|
|