Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index d156af004498cace38049186220794c5662512b7..93a87bd95341b868f6f416b14436742c87a06faf 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -204,6 +204,9 @@ const char kDisableSpeechInput[] = "disable-speech-input"; |
// Specifies the request key for the continuous speech recognition webservice. |
const char kSpeechRecognitionWebserviceKey[] = "speech-service-key"; |
+// Enables web speech synthesis api. |
+const char kEnableSpeechSynthesis[] = "enable-speech-synthesis"; |
+ |
#if defined(OS_ANDROID) |
// Enable web audio API. |
const char kEnableWebAudio[] = "enable-webaudio"; |