| 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 16c0f2283aadb54e18c4ba7c9086a0ca756bcc5d..2d4538cd4057333ae5857fc52e266f57f1d49869 100644
|
| --- a/chrome/browser/chromeos/input_method/input_method_util.cc
|
| +++ b/chrome/browser/chromeos/input_method/input_method_util.cc
|
| @@ -360,6 +360,14 @@ 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.
|
| + { "kn", "xkb:us::eng" }, // For Kannada, 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.
|
| + { "te", "xkb:us::eng" }, // For Telugu, 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.
|
|
|