| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index 7fae7425685ad68bc8661da9d64e9d71fb64cdda..0e2ea3c49cd4ad1b3a9a87ffd4fd5c36f333a057 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::kDisableSpeechRecognition))
|
| + WebRuntimeFeatures::enableScriptedSpeech(false);
|
| +
|
| if (command_line.HasSwitch(switches::kDisableEncryptedMedia))
|
| WebRuntimeFeatures::enableEncryptedMedia(false);
|
|
|
|
|