Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index e0d979f7c4c8380e34b2ef9d22eb335091d71cb8..d9762104bad931924821cbf3db4bcaf70d54964c 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -242,6 +242,9 @@ const char kDisableSmoothScrolling[] = "disable-smooth-scrolling"; |
// Disables the use of a 3D software rasterizer. |
const char kDisableSoftwareRasterizer[] = "disable-software-rasterizer"; |
+// Disables the Web Speech API. |
+const char kDisableSpeechAPI[] = "disable-speech-api"; |
+ |
// Disables SVG 1.1 DOM. |
const char kDisableSVG1DOM[] = "disable-svg1dom"; |