| Index: content/common/content_switches.cc
|
| ===================================================================
|
| --- content/common/content_switches.cc (revision 86767)
|
| +++ content/common/content_switches.cc (working copy)
|
| @@ -111,6 +111,9 @@
|
| // Disables speech input.
|
| const char kDisableSpeechInput[] = "disable-speech-input";
|
|
|
| +// Disable Spellcheck API.
|
| +const char kDisableSpellcheckAPI[] = "disable-spellcheck-api";
|
| +
|
| // Disable Web Sockets support.
|
| const char kDisableWebSockets[] = "disable-web-sockets";
|
|
|
|
|