| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index a1466db61429e0a861d210dd33b5bfd2bdbbd8fc..3d21080a7d2e3c115990622ce12131f6e7c4ca5f 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -126,8 +126,8 @@ 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::kDisableSpeechSynthesis))
|
| + WebRuntimeFeatures::enableSpeechSynthesis(false);
|
|
|
| if (command_line.HasSwitch(switches::kEnableWebGLDraftExtensions))
|
| WebRuntimeFeatures::enableWebGLDraftExtensions(true);
|
|
|