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. |