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 b7704cc3e449eeba785eeaedd489421df266e5a4..1670e6934f5820044814670ae5a2f9cbada440d7 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -747,7 +747,11 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
switches::kDisableSpeechInput, |
switches::kEnableScriptedSpeech, |
switches::kDisableThreadedAnimation, |
+#if defined(OS_ANDROID) |
+ switches::kEnableWebAudio, |
+#else |
switches::kDisableWebAudio, |
+#endif |
switches::kDisableWebSockets, |
switches::kDomAutomationController, |
switches::kEnableAcceleratedVideoDecode, |