| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index 6917f66202af6f8fc6aa4503106841150f167a1a..151bb55944af879f3f42bf7c374b68b7e50fa79b 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -393,9 +393,7 @@ void BrowserMainLoop::MainMessageLoopStart() {
|
| parts_->PostMainMessageLoopStart();
|
|
|
| #if defined(OS_ANDROID)
|
| - SurfaceTexturePeer::InitInstance(new SurfaceTexturePeerBrowserImpl(
|
| - parameters_.command_line.HasSwitch(
|
| - switches::kMediaPlayerInRenderProcess)));
|
| + SurfaceTexturePeer::InitInstance(new SurfaceTexturePeerBrowserImpl());
|
| DataFetcherImplAndroid::Init(base::android::AttachCurrentThread());
|
| #endif
|
|
|
|
|