Index: content/child/runtime_features.cc |
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc |
index 7fae7425685ad68bc8661da9d64e9d71fb64cdda..ce91e5e935286441c66080bf9d564d50e6496c11 100644 |
--- a/content/child/runtime_features.cc |
+++ b/content/child/runtime_features.cc |
@@ -124,6 +124,9 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs( |
WebRuntimeFeatures::enableWebAudio(false); |
#endif |
+ if (command_line.HasSwitch(switches::kDisableSpeech)) |
+ WebRuntimeFeatures::enableScriptedSpeech(false); |
+ |
if (command_line.HasSwitch(switches::kDisableEncryptedMedia)) |
WebRuntimeFeatures::enableEncryptedMedia(false); |