Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 04a8b7f91c77e886016f7bfe2e3fe4c534ee1ed8..6abf9fd159551f19b3e9f6a2dc817d29bf2e35a0 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -205,6 +205,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"; |