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

Unified Diff: third_party/google_input_tools/src/chrome/os/inputview/specnodename.js

Issue 701603002: Update to google-input-tools version 1.0.5.0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
Index: third_party/google_input_tools/src/chrome/os/inputview/specnodename.js
diff --git a/third_party/google_input_tools/src/chrome/os/inputview/specnodename.js b/third_party/google_input_tools/src/chrome/os/inputview/specnodename.js
index 663e1e7fdf07e62ea237800704384e07e2308dfd..f3c7177e7f4432ab71ec50e7dd413899fa09335b 100644
--- a/third_party/google_input_tools/src/chrome/os/inputview/specnodename.js
+++ b/third_party/google_input_tools/src/chrome/os/inputview/specnodename.js
@@ -27,7 +27,6 @@ i18n.input.chrome.inputview.SpecNodeName = {
DIRECTION: 'direction',
GIVE_WEIGHT_TO: 'giveWeightTo',
HAS_ALTGR_KEY: 'hasAltGrKey',
- HAS_COMPACT_KEYBOARD: 'hasCompactKeyboard',
HEIGHT: 'height',
HEIGHT_IN_WEIGHT: 'heightInWeight',
HEIGHT_PERCENT: 'heightPercent',
@@ -65,6 +64,7 @@ i18n.input.chrome.inputview.SpecNodeName = {
WIDTH_IN_WEIGHT: 'widthInWeight',
WIDTH_PERCENT: 'widthPercent',
IS_EMOTICON: 'isEmoticon',
- MORE_KEYS_SHIFT_OPERATION: 'moreKeysShiftOperation'
+ MORE_KEYS_SHIFT_OPERATION: 'moreKeysShiftOperation',
+ ON_SHIFT: 'onShift'
};

Powered by Google App Engine
This is Rietveld 408576698