Chromium Code Reviews| 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 |