summaryrefslogtreecommitdiffstats
path: root/content/public/common/content_switches.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/common/content_switches.cc')
-rw-r--r--content/public/common/content_switches.cc9
1 files changed, 9 insertions, 0 deletions
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index b0dadc7..f2a4034 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -201,6 +201,15 @@ const char kDisableSpeechInput[] = "disable-speech-input";
// Enables scripted speech api.
const char kEnableScriptedSpeech[] = "enable-scripted-speech";
+// TODO(primiano): Remove the two switches below when the URL becomes public.
+// Specifies the webservice URL for continuous speech recognition.
+const char kSpeechRecognitionWebserviceURL[] =
+ "speech-service";
+
+// Specifies the request key for the continuous speech recognition webservice.
+const char kSpeechRecognitionWebserviceKey[] =
+ "speech-service-key";
+
// Disables animation on the compositor thread.
const char kDisableThreadedAnimation[] = "disable-threaded-animation";