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

Unified Diff: content/common/content_switches.cc

Issue 7272006: Enable Web Audio API by default (no longer needs enable flag). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 6 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 | « content/common/content_switches.h ('k') | content/renderer/render_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/content_switches.cc
===================================================================
--- content/common/content_switches.cc (revision 90616)
+++ content/common/content_switches.cc (working copy)
@@ -138,6 +138,9 @@
// Disable Spellcheck API.
const char kDisableSpellcheckAPI[] = "disable-spellcheck-api";
+// Disable web audio API.
+const char kDisableWebAudio[] = "disable-webaudio";
Ken Russell (switch to Gerrit) 2011/06/27 20:40:00 '=' sign doesn't line up.
+
// Disable Web Sockets support.
const char kDisableWebSockets[] = "disable-web-sockets";
@@ -199,9 +202,6 @@
// the debug log.
const char kEnableVideoLogging[] = "enable-video-logging";
-// Enable web audio API.
-const char kEnableWebAudio[] = "enable-webaudio";
-
// Enables experimental features for the geolocation API.
// Current features:
// - CoreLocation support for Mac OS X 10.6
« no previous file with comments | « content/common/content_switches.h ('k') | content/renderer/render_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698