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

Unified Diff: ui/base/ime/chromeos/component_extension_ime_manager.cc

Issue 1411603005: Add Workman keyboard layout (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add trailing comma according to review feedback Created 5 years, 1 month 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 | « tools/gen_keyboard_overlay_data/gen_keyboard_overlay_data.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/chromeos/component_extension_ime_manager.cc
diff --git a/ui/base/ime/chromeos/component_extension_ime_manager.cc b/ui/base/ime/chromeos/component_extension_ime_manager.cc
index 69f1d88ef74e8e65d90b22b965375ac68809c761..bb555944a44a12b520bb3d422110a99f70d9c9cc 100644
--- a/ui/base/ime/chromeos/component_extension_ime_manager.cc
+++ b/ui/base/ime/chromeos/component_extension_ime_manager.cc
@@ -57,7 +57,9 @@ const char* kLoginLayoutWhitelist[] = {
"us(colemak)",
"us(dvorak)",
"us(dvp)",
- "us(intl)"
+ "us(intl)",
+ "us(workman)",
+ "us(workman-intl)"
};
// Gets the input method category according to the given input method id.
« no previous file with comments | « tools/gen_keyboard_overlay_data/gen_keyboard_overlay_data.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698