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

Unified Diff: chrome/browser/chromeos/input_method/input_method_util.cc

Issue 10408040: Add Malay to the "Languages and Input" configuration screen (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 8 years, 7 months 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 | « no previous file | chrome/browser/ui/webui/options2/language_options_handler2_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/input_method/input_method_util.cc
diff --git a/chrome/browser/chromeos/input_method/input_method_util.cc b/chrome/browser/chromeos/input_method/input_method_util.cc
index 7f98b56a81841015b3e1f0075fbe6d1f618839aa..798a511f4d816905f1c4e53084058d3537492acc 100644
--- a/chrome/browser/chromeos/input_method/input_method_util.cc
+++ b/chrome/browser/chromeos/input_method/input_method_util.cc
@@ -276,6 +276,8 @@ const ExtraLanguage kExtraLanguages[] = {
// The code "es-419" comes from l10_util.cc.
// For Spanish in Latin America, use Latin American keyboard layout.
{ "es-419", "xkb:latam::spa" },
+ // For Malay, use US keyboard layout. crosbug.com/p/8288
+ { "ms", "xkb:us::eng" },
// TODO(yusukes): Add {"sw", "xkb:us::eng"} once Swahili is removed from the
// blacklist in src/ui/base/l10n/l10n_util_posix.cc.
« no previous file with comments | « no previous file | chrome/browser/ui/webui/options2/language_options_handler2_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698