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

Unified Diff: chrome/browser/resources/chromeos/input_method/google_xkb_manifest.json

Issue 643853002: Support 3 keyboards (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
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 b80c053a28d0f3ecc4d12dea0bfb0adfbb57bb0d..e4a4546d4f93450a3825109e1c646e6b2b681b9e 100644
--- a/chrome/browser/resources/chromeos/input_method/google_xkb_manifest.json
+++ b/chrome/browser/resources/chromeos/input_method/google_xkb_manifest.json
@@ -633,6 +633,16 @@
"layouts": ["ie"],
"input_view": "inputview.html#id=ie.compact.qwerty&language=ga&passwordLayout=ie.compact.qwerty&name=keyboard_irish",
"options_page": "hmm_options.html?code=xkb:ie::ga"
+ },
+ {
+ "name": "__MSG_keyboard_maltese__",
+ "type": "ime",
+ "id": "xkb:mt::mlt",
+ "description": "",
+ "language": ["mt"],
+ "layouts": ["mt"],
+ "input_view": "inputview.html#id=mt&language=mt&passwordLayout=mt&name=keyboard_maltese",
+ "options_page": "hmm_options.html?code=xkb:mt::mlt"
}
],
"manifest_version": 2

Powered by Google App Engine
This is Rietveld 408576698