Commit 4ecd01b1 authored by dmazzoni@chromium.org's avatar dmazzoni@chromium.org

Disable network speech on Chrome OS temporarily.

BUG=314799
NOTRY=true

Review URL: https://codereview.chromium.org/55293006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233423 0039d316-1c4b-4281-b951-d872f2087c98
parent 9f26807d
......@@ -551,7 +551,9 @@ void ComponentLoader::AddDefaultComponentExtensionsWithBackgroundPages(
#endif
#if defined(GOOGLE_CHROME_BUILD)
#if !defined(OS_CHROMEOS) // http://crbug.com/314799
AddNetworkSpeechSynthesisExtension();
#endif
#endif // defined(GOOGLE_CHROME_BUILD)
}
......
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