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

Unified Diff: chrome/browser/about_flags.cc

Issue 12457043: Android implementation of WebAudio audio file decoder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 8 months 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | content/browser/renderer_host/render_message_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 7f1b78c5564fa6ce7c4cb7e23ec5358c7d79ba5f..961043544e22ccfc41484106ce9586524979be09 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -432,6 +432,15 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE("")
#endif
},
+#if defined(OS_ANDROID)
+ {
+ "enable-webaudio",
+ IDS_FLAGS_ENABLE_WEBAUDIO_NAME,
+ IDS_FLAGS_ENABLE_WEBAUDIO_DESCRIPTION,
+ kOsAndroid,
+ SINGLE_VALUE_TYPE(switches::kEnableWebAudio)
+ },
+#endif
{
"fixed-position-creates-stacking-context",
IDS_FLAGS_FIXED_POSITION_CREATES_STACKING_CONTEXT_NAME,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | content/browser/renderer_host/render_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698