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

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

Issue 7799025: Revert 98813 - Supports additional Indic languages on the language setting. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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 | no next file » | 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
===================================================================
--- chrome/browser/chromeos/input_method/input_method_util.cc (revision 98818)
+++ chrome/browser/chromeos/input_method/input_method_util.cc (working copy)
@@ -369,12 +369,6 @@
{ "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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698