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

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

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.h
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
index 0d6551150892638ad6816e259ac4479d8181f006..026b866ed4abd01ffa0c951c25fafd2c804a49bd 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -103,7 +103,11 @@ CONTENT_EXPORT extern const char kDisableThreadedHTMLParser[];
CONTENT_EXPORT extern const char kDisableUniversalAcceleratedOverflowScroll[];
extern const char kDisableUnprefixedMediaSource[];
extern const char kDisableWebAnimationsCSS[];
+#if defined(OS_ANDROID) && defined(ARCH_CPU_X86)
+CONTENT_EXPORT extern const char kEnableWebAudio[];
jam 2013/11/25 16:35:52 nit: follow the style in this file by putting ifde
+#else
CONTENT_EXPORT extern const char kDisableWebAudio[];
+#endif
extern const char kDisableWebKitMediaSource[];
CONTENT_EXPORT extern const char kDisableWebSecurity[];
extern const char kDisableXSLT[];

Powered by Google App Engine
This is Rietveld 408576698