| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index 5a5633d9ce8ed1f81f52aa342caa9a552566ead7..648873d6c243ff38638dfb43e33d088dd150381f 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -121,8 +121,6 @@
|
| #include "content/public/browser/screen_orientation_provider.h"
|
| #include "gpu/ipc/client/android/in_process_surface_texture_manager.h"
|
| #include "media/base/android/media_client_android.h"
|
| -#include "ui/android/screen_android.h"
|
| -#include "ui/display/screen.h"
|
| #include "ui/gl/gl_surface.h"
|
| #endif
|
|
|
| @@ -955,11 +953,6 @@
|
| }
|
|
|
| int BrowserMainLoop::PreMainMessageLoopRun() {
|
| -#if defined(OS_ANDROID)
|
| - // Let screen instance be overridable by parts.
|
| - ui::SetScreenAndroid();
|
| -#endif
|
| -
|
| if (parts_) {
|
| TRACE_EVENT0("startup",
|
| "BrowserMainLoop::CreateThreads:PreMainMessageLoopRun");
|
|
|