summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authordjmix.kim <djmix.kim@samsung.com>2015-04-24 02:23:32 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-24 09:23:33 +0000
commitff4018b80395433657222d6eb0483b2349b1e007 (patch)
treefed107caf1b35b3479fde8c5dd015fb40db909f2 /third_party
parent93256c795ecc12570df0bc67f2846a21d131c112 (diff)
downloadchromium_src-ff4018b80395433657222d6eb0483b2349b1e007.zip
chromium_src-ff4018b80395433657222d6eb0483b2349b1e007.tar.gz
chromium_src-ff4018b80395433657222d6eb0483b2349b1e007.tar.bz2
Support languages other than the default on linux
Regarding the latest code on linux, It was always setting by default language even if value of language was existed. So we need to add routine for setting language via "spd_set_language". BUG=289548 Review URL: https://codereview.chromium.org/1043933002 Cr-Commit-Position: refs/heads/master@{#326764}
Diffstat (limited to 'third_party')
-rw-r--r--third_party/speech-dispatcher/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/speech-dispatcher/BUILD.gn b/third_party/speech-dispatcher/BUILD.gn
index 41ae249..fce246e 100644
--- a/third_party/speech-dispatcher/BUILD.gn
+++ b/third_party/speech-dispatcher/BUILD.gn
@@ -25,5 +25,6 @@ generate_library_loader("speech-dispatcher") {
"spd_set_synthesis_voice",
"spd_list_modules",
"spd_set_output_module",
+ "spd_set_language",
]
}