Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1328)

Unified Diff: content/public/common/content_switches.cc

Issue 79193003: Enable WebAudio support on Android/x86. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 6d36600d3e0c3386d2db5c0ede53bcdfa66bd27e..84855c358d0e859ba84671a72c30b314ff0fa2d6 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -312,8 +312,12 @@ const char kDisableUnprefixedMediaSource[] = "disable-unprefixed-media-source";
// Disable CSS Transitions / Animations on the Web Animations model.
const char kDisableWebAnimationsCSS[] = "disable-web-animations-css";
+#if defined(OS_ANDROID) && defined(ARCH_CPU_X86)
jam 2013/11/25 16:35:52 ditto
+const char kEnableWebAudio[] = "enable-webaudio";
+#else
// Disable web audio API.
const char kDisableWebAudio[] = "disable-webaudio";
+#endif
// Disables prefixed Media Source API (i.e., the WebKitMediaSource object).
const char kDisableWebKitMediaSource[] = "disable-webkit-media-source";
« content/public/common/content_switches.h ('K') | « content/public/common/content_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698