Index: content/child/runtime_features.cc |
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc |
index c35768412e6fad408dda0ac17232ab1392ef48f2..8792cdaed7b43c718fb09feaa769730ad98a7f0f 100644 |
--- a/content/child/runtime_features.cc |
+++ b/content/child/runtime_features.cc |
@@ -117,9 +117,6 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs( |
if (command_line.HasSwitch(switches::kEnableWebMIDI)) |
WebRuntimeFeatures::enableWebMIDI(true); |
- if (command_line.HasSwitch(switches::kDisableSpeechInput)) |
- WebRuntimeFeatures::enableSpeechInput(false); |
- |
if (command_line.HasSwitch(switches::kDisableFileSystem)) |
WebRuntimeFeatures::enableFileSystem(false); |