Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1268)

Unified Diff: chrome/browser/locale_tests_browsertest.cc

Issue 84013003: linux_aura: Install language packs needed for testing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/install-build-deps.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/locale_tests_browsertest.cc
diff --git a/chrome/browser/locale_tests_browsertest.cc b/chrome/browser/locale_tests_browsertest.cc
index fdeadc59a5208d679dfcbc91bf86afb780123374..7c9321ea2669cd819ecd837accea2d6c537f0d37 100644
--- a/chrome/browser/locale_tests_browsertest.cc
+++ b/chrome/browser/locale_tests_browsertest.cc
@@ -27,7 +27,7 @@ class ScopedLocale {
} kLocales[] = {
{ "da", "da_DK.UTF-8" },
{ "he", "he_IL.UTF-8" },
- { "zh-TW", "zh-TW.UTF-8" }
+ { "zh-TW", "zh_TW.UTF-8" }
};
bool found_locale = false;
for (size_t i = 0; i < ARRAYSIZE_UNSAFE(kLocales); ++i) {
« no previous file with comments | « build/install-build-deps.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698