| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index bfba86335fb99bf2adba5fee962e57e7ff02b64f..7b8b17c37fc1336f2296db2f6be5ee8699234809 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -398,9 +398,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
|
|
|
|
|