Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 95984e0ac188cf601bd668d808bd7774c3ca183d..c7809b7daf1ab6073a2b353981a6602a462e5633 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -210,8 +210,13 @@ const char kSpeechRecognitionWebserviceKey[] = "speech-service-key"; |
// Disables animation on the compositor thread. |
const char kDisableThreadedAnimation[] = "disable-threaded-animation"; |
+#if defined(OS_ANDROID) |
+// Enable web audio API. |
+const char kEnableWebAudio[] = "enable-webaudio"; |
+#else |
// Disable web audio API. |
const char kDisableWebAudio[] = "disable-webaudio"; |
+#endif |
// Don't enforce the same-origin policy. (Used by people testing their sites.) |
const char kDisableWebSecurity[] = "disable-web-security"; |