| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 71740)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -601,6 +601,9 @@
|
| // 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";
|
|
|
|
|