Commit 45b6eae1 authored by Dominic Mazzoni's avatar Dominic Mazzoni Committed by Commit Bot

Remove flag from espeak

Bug: 862710
Change-Id: I84432cae10fb11134023dd68da86995855fa809f
Reviewed-on: https://chromium-review.googlesource.com/c/1351088Reviewed-by: default avatarDevlin <rdevlin.cronin@chromium.org>
Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#613331}
parent da0c6d87
......@@ -360,12 +360,10 @@ void ComponentLoader::AddChromeOsSpeechSynthesisExtensions() {
weak_factory_.GetWeakPtr(),
extension_misc::kGoogleSpeechSynthesisExtensionId));
if (::switches::AreExperimentalAccessibilityFeaturesEnabled()) {
AddComponentFromDir(
base::FilePath(extension_misc::kEspeakSpeechSynthesisExtensionPath),
extension_misc::kEspeakSpeechSynthesisExtensionId,
base::RepeatingClosure());
}
AddComponentFromDir(
base::FilePath(extension_misc::kEspeakSpeechSynthesisExtensionPath),
extension_misc::kEspeakSpeechSynthesisExtensionId,
base::RepeatingClosure());
}
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment