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

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

Issue 853143002: Add Romanian standard keyboard (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 32853d67cc496e5e62e10ef56aff06773786cb7b..e82244ef3b2840a80bed491917d111df0b547fcd 100644
--- a/chrome/browser/resources/chromeos/input_method/google_xkb_manifest.json
+++ b/chrome/browser/resources/chromeos/input_method/google_xkb_manifest.json
@@ -536,6 +536,16 @@
"options_page": "hmm_options.html?code=xkb:ro::rum"
},
{
+ "name": "__MSG_keyboard_romanian_standard__",
+ "type": "ime",
+ "id": "xkb:ro:std:rum",
+ "description": "",
+ "language": ["ro"],
+ "layouts": ["ro(std)"],
+ "input_view": "inputview.html#id=ro-std&language=ro&passwordLayout=ro-std&name=keyboard_romanian_standard",
+ "options_page": "hmm_options.html?code=xkb:ro:std:rum"
+ },
+ {
"name": "__MSG_keyboard_swedish__",
"type": "ime",
"id": "xkb:se::swe",

Powered by Google App Engine
This is Rietveld 408576698