| Index: chrome/browser/resources/chromeos/input_method/google_xkb_manifest.json
|
| diff --git a/chrome/browser/resources/chromeos/input_method/google_xkb_manifest.json b/chrome/browser/resources/chromeos/input_method/google_xkb_manifest.json
|
| index c9c720fef41a73e443b60129855418327a34d5cf..ed509c9735bf3f38032789b9c216f8fe4db0804b 100644
|
| --- a/chrome/browser/resources/chromeos/input_method/google_xkb_manifest.json
|
| +++ b/chrome/browser/resources/chromeos/input_method/google_xkb_manifest.json
|
| @@ -114,6 +114,22 @@
|
| "input_view": "inputview.html#id=us-intl&language=en-US&passwordLayout=us-intl&name=keyboard_us_international",
|
| "options_page": "hmm_options.html?code=xkb:us:intl:eng"
|
| },
|
| + {
|
| + "name": "__MSG_keyboard_us_international_pc__",
|
| + "type": "ime",
|
| + "id": "xkb:us:intl_pc:eng",
|
| + "indicator": "INTL",
|
| + "description": "",
|
| + "language": [
|
| + "en",
|
| + "en-US"
|
| + ],
|
| + "layouts": [
|
| + "us(intl_pc)"
|
| + ],
|
| + "input_view": "inputview.html#id=us-intl&language=en-US&passwordLayout=us-intl&name=keyboard_us_international_pc",
|
| + "options_page": "hmm_options.html?code=xkb:us:intl_pc:eng"
|
| + },
|
| {
|
| "name": "__MSG_keyboard_netherlands__",
|
| "type": "ime",
|
| @@ -129,6 +145,21 @@
|
| "input_view": "inputview.html#id=nl.compact.qwerty&language=nl&passwordLayout=nl.compact.qwerty&name=keyboard_netherlands",
|
| "options_page": "hmm_options.html?code=xkb:us:intl:nld"
|
| },
|
| + {
|
| + "name": "__MSG_keyboard_us_international_pc__",
|
| + "type": "ime",
|
| + "id": "xkb:us:intl_pc:nld",
|
| + "indicator": "NLD",
|
| + "description": "",
|
| + "language": [
|
| + "nl"
|
| + ],
|
| + "layouts": [
|
| + "us(intl_pc)"
|
| + ],
|
| + "input_view": "inputview.html#id=us-intl&language=nl&passwordLayout=us-intl&name=keyboard_us_international_pc",
|
| + "options_page": "hmm_options.html?code=xkb:us:intl_pc:nld"
|
| + },
|
| {
|
| "name": "__MSG_keyboard_us_international__",
|
| "type": "ime",
|
| @@ -144,6 +175,21 @@
|
| "input_view": "inputview.html#id=us-intl&language=pt-BR&passwordLayout=us-intl&name=keyboard_us_international",
|
| "options_page": "hmm_options.html?code=xkb:us:intl:por"
|
| },
|
| + {
|
| + "name": "__MSG_keyboard_us_international_pc__",
|
| + "type": "ime",
|
| + "id": "xkb:us:intl_pc:por",
|
| + "indicator": "INTL",
|
| + "description": "",
|
| + "language": [
|
| + "pt-BR"
|
| + ],
|
| + "layouts": [
|
| + "us(intl_pc)"
|
| + ],
|
| + "input_view": "inputview.html#id=us-intl&language=pt-BR&passwordLayout=us-intl&name=keyboard_us_international_pc",
|
| + "options_page": "hmm_options.html?code=xkb:us:intl_pc:por"
|
| + },
|
| {
|
| "name": "__MSG_keyboard_us_extended__",
|
| "type": "ime",
|
|
|