Index: content/browser/renderer_host/render_process_host_impl.cc |
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc |
index 931e47d62a98d2c48362fc9096079f583f577cae..5ec9c2bd153b0b292a48fbb1e3070b4df527bc43 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -936,11 +936,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
switches::kEnableWebRtcTcpServerSocket, |
switches::kEnableWebRtcHWDecoding, |
#endif |
-#if defined(ANDROID) && !defined(GOOGLE_TV) |
- switches::kEnableWebKitMediaSource, |
-#else |
switches::kDisableWebKitMediaSource, |
-#endif |
switches::kEnableOverscrollNotifications, |
switches::kEnableStrictSiteIsolation, |
switches::kDisableFullScreen, |