Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 689e39eb3749121d3fb7067ffceaca45eb794366..7e5de7924eb5632fe58949026463458f915c1f1c 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -203,9 +203,6 @@ const char kDisableSiteSpecificQuirks[] = "disable-site-specific-quirks"; |
// Disables speech input. |
const char kDisableSpeechInput[] = "disable-speech-input"; |
-// Enables scripted speech api. |
-const char kEnableScriptedSpeech[] = "enable-scripted-speech"; |
- |
// Specifies the request key for the continuous speech recognition webservice. |
const char kSpeechRecognitionWebserviceKey[] = "speech-service-key"; |