summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
authorcrogers@google.com <crogers@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-22 20:05:03 +0000
committercrogers@google.com <crogers@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-22 20:05:03 +0000
commit8df5119e7f38e089337ffc1688f1bcc91c0610de (patch)
treef0a1066864847b926b60502d8a6b8b4bdfcb82d6 /chrome/common/chrome_switches.cc
parent970b2fdbfb3ae8fd98ff9b2a15003269d1dec5db (diff)
downloadchromium_src-8df5119e7f38e089337ffc1688f1bcc91c0610de.zip
chromium_src-8df5119e7f38e089337ffc1688f1bcc91c0610de.tar.gz
chromium_src-8df5119e7f38e089337ffc1688f1bcc91c0610de.tar.bz2
Re-land http://codereview.chromium.org/6339004 which was reverted
BUG=none TEST=none TBR=rniwa git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72278 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index f781baf..5f8fbfd 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -613,6 +613,9 @@ const char kEnableVideoLogging[] = "enable-video-logging";
// Order of the listed sub-arguments does not matter.
const char kEnableWatchdog[] = "enable-watchdog";
+// Enable web audio API.
+const char kEnableWebAudio[] = "enable-webaudio";
+
// Disable WebKit's XSSAuditor. The XSSAuditor mitigates reflective XSS.
const char kEnableXSSAuditor[] = "enable-xss-auditor";