| Index: chrome/browser/chromeos/input_method/input_method_util.h
|
| diff --git a/chrome/browser/chromeos/input_method/input_method_util.h b/chrome/browser/chromeos/input_method/input_method_util.h
|
| index fa68b734dc9480ac5982dda1005e2a2df9115bb0..4e177449115dc08713c5948cf941e30db9db4845 100644
|
| --- a/chrome/browser/chromeos/input_method/input_method_util.h
|
| +++ b/chrome/browser/chromeos/input_method/input_method_util.h
|
| @@ -26,6 +26,8 @@ const struct ExtraLanguage {
|
| { "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.
|
| + // For Netherlands, use US international keyboard layout.
|
| + { "nl", "xkb:us:intl:eng" },
|
| // The code "es-419" comes from app/l10_util.cc.
|
| // For Spanish in Latin America, use Latin American keyboard layout.
|
| { "es-419", "xkb:latam::spa" },
|
|
|