summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/chromeos/input_method/input_method_util.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/browser/chromeos/input_method/input_method_util.cc b/chrome/browser/chromeos/input_method/input_method_util.cc
index ed6cd74..67f27c7 100644
--- a/chrome/browser/chromeos/input_method/input_method_util.cc
+++ b/chrome/browser/chromeos/input_method/input_method_util.cc
@@ -369,6 +369,12 @@ const ExtraLanguage kExtraLanguages[] = {
{ "id", "xkb:us::eng" }, // For Indonesian, use US keyboard layout.
// The code "fil" comes from app/l10_util.cc.
{ "fil", "xkb:us::eng" }, // For Filipino, use US keyboard layout.
+ // Indic Languages
+ { "bn", "xkb:us::eng" }, // For Bengali, use US keyboard layout.
+ { "gu", "xkb:us::eng" }, // For Gujarati, use US keyboard layout.
+ { "ml", "xkb:us::eng" }, // For Malayalam, use US keyboard layout.
+ { "mr", "xkb:us::eng" }, // For Marathi, use US keyboard layout.
+ { "ta", "xkb:us::eng" }, // For Tamil, use US keyboard layout.
// For Netherlands, use US international keyboard layout.
{ "nl", "xkb:us:intl:eng" },
// The code "es-419" comes from app/l10_util.cc.