Support multiple voices for all available modules (text-to-speech engines) on Linux.
commit138331f438ef1bf3177a4b05848118ec62735a60
authordtseng@chromium.org <dtseng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 28 May 2013 22:08:43 +0000 (28 22:08 +0000)
committerdtseng@chromium.org <dtseng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 28 May 2013 22:08:43 +0000 (28 22:08 +0000)
tree7027cebc88538069219c376d95de06781d2ed442
parentb3a25098c4a6895e1acd139146d618094dbd4df8
Support multiple voices for all available modules (text-to-speech engines) on Linux.

This adds appropriate calls to retrieve voices from SpeechDispatcher and make it available through Chrome.

We combine all voices across all available modules into one list in order to conform to the way Chrome exposes voices.

Review URL: https://chromiumcodereview.appspot.com/15846006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202665 0039d316-1c4b-4281-b951-d872f2087c98
build/linux/system.gyp
chrome/browser/speech/tts_linux.cc