| 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 43929cb59401b5e1b3cdfa1965e80727037fc43d..88db7073a837849f1b783530f3ea08fa4ad260bc 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1207,12 +1207,6 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kEnableSpeechRecognition,
|
| switches::kMediaDrmEnableNonCompositing,
|
| switches::kNetworkCountryIso,
|
| -#endif
|
| -#if defined(OS_ANDROID) && defined(ARCH_CPU_X86)
|
| - switches::kEnableWebAudio,
|
| -#else
|
| - // Need to be able to disable webaudio on other platforms where it
|
| - // is enabled by default.
|
| switches::kDisableWebAudio,
|
| #endif
|
| #if defined(OS_MACOSX)
|
|
|