Index: content/browser/browser_main_loop.cc |
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc |
index 459dbeb4abedf68ec4a0d736b5815d02178252e6..03fb379a44ce96b7ef3daaca74c091e3c9f2a804 100644 |
--- a/content/browser/browser_main_loop.cc |
+++ b/content/browser/browser_main_loop.cc |
@@ -402,9 +402,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 |