Chromium Code Reviews| Index: content/child/runtime_features.cc |
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc |
| index 5213529cceb0a5c6332a40d10c1b164db97a6916..12be5bd42c13f9b23440052ea12a5f47b942d56c 100644 |
| --- a/content/child/runtime_features.cc |
| +++ b/content/child/runtime_features.cc |
| @@ -116,9 +116,6 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs( |
| WebRuntimeFeatures::enablePeerConnection(false); |
| } |
| - if (!command_line.HasSwitch(switches::kEnableSpeechRecognition)) |
|
Avi (use Gerrit)
2014/09/24 15:29:56
Please also remove the definition of the kEnableSp
MRV
2014/09/25 02:56:03
Done.
|
| - WebRuntimeFeatures::enableScriptedSpeech(false); |
| - |
| // WebAudio is enabled by default on ARM and X86, if the MediaCodec |
| // API is available. |
| WebRuntimeFeatures::enableWebAudio( |