Index: content/child/runtime_features.cc |
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc |
index 148edfc7fed8a6028d98c0f70885468f1fa67eae..0364a2695083a976be18b1ceb159e410cf00ca88 100644 |
--- a/content/child/runtime_features.cc |
+++ b/content/child/runtime_features.cc |
@@ -129,9 +129,6 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs( |
if (command_line.HasSwitch(switches::kEnableExperimentalCanvasFeatures)) |
WebRuntimeFeatures::enableExperimentalCanvasFeatures(true); |
- if (command_line.HasSwitch(switches::kEnableSpeechSynthesis)) |
- WebRuntimeFeatures::enableSpeechSynthesis(true); |
- |
if (command_line.HasSwitch(switches::kEnableDisplayList2dCanvas)) |
WebRuntimeFeatures::enableDisplayList2dCanvas(true); |