| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index 01cf2b38ea38460a3fd87376cb3209ae2083dbd6..dd1e5c38b8863f4bdb0d3020c0f326903666dd17 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -111,9 +111,6 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
| if (command_line.HasSwitch(switches::kDisableWebRTC))
|
| WebRuntimeFeatures::enablePeerConnection(false);
|
|
|
| - if (!command_line.HasSwitch(switches::kEnableSpeechRecognition))
|
| - WebRuntimeFeatures::enableScriptedSpeech(false);
|
| -
|
| if (command_line.HasSwitch(switches::kEnableExperimentalWebPlatformFeatures))
|
| WebRuntimeFeatures::enableNotifications(true);
|
|
|
|
|