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

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

Issue 13702003: Add US international keyboard layout for Portuguese Brazilian. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove obsolete test update Created 7 years, 8 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
diff --git a/chrome/browser/chromeos/input_method/input_method_util.cc b/chrome/browser/chromeos/input_method/input_method_util.cc
index feb8f4367bfc58276d808fe9aa60581af7b7f8e3..8bdceeb1b622e0b9d67493943bcd73129e5e2651 100644
--- a/chrome/browser/chromeos/input_method/input_method_util.cc
+++ b/chrome/browser/chromeos/input_method/input_method_util.cc
@@ -300,6 +300,8 @@ const struct ExtraLanguage {
{ "es-419", "xkb:latam::spa" },
// For Malay, use US keyboard layout. crosbug.com/p/8288
{ "ms", "xkb:us::eng" },
+ // For Brazil, it is common to use US-international keyboard layout.
+ { "pt-BR", "xkb:us:intl: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 | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698