Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 9190ca142ce4845bd53776a08b2708d65e0e742b..b7cb904acd6466847809c2f15d07411e0ef0800d 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -1027,12 +1027,8 @@ const char kNetworkCountryIso[] = "network-country-iso"; |
const char kRemoteDebuggingSocketName[] = "remote-debugging-socket-name"; |
#endif |
-#if defined(OS_ANDROID) && defined(ARCH_CPU_X86) |
-const char kEnableWebAudio[] = "enable-webaudio"; |
-#else |
// Disable web audio API. |
const char kDisableWebAudio[] = "disable-webaudio"; |
-#endif |
#if defined(OS_CHROMEOS) |
// Disables panel fitting (used for mirror mode). |