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

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

Issue 828063007: Uprev Google Input Tools. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update extensions schema. 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: 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 96a05076c453cc1fa35f86089690c5f967035b53..0b087bcedc690760700e8f9bd8a5b35c719c721b 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
@@ -54,6 +54,7 @@ i18n.input.chrome.inputview.SpecNodeName = {
PADDING: 'padding',
RECORD: 'record',
SHOW_MENU_KEY: 'showMenuKey',
+ ENABLE_SHIFT_RENDERING: 'enableShiftRendering',
SUPPORT_STICKY: 'supportSticky',
SPEC: 'spec',
TEXT: 'text',
@@ -68,6 +69,7 @@ i18n.input.chrome.inputview.SpecNodeName = {
WIDTH_PERCENT: 'widthPercent',
IS_EMOTICON: 'isEmoticon',
MORE_KEYS_SHIFT_OPERATION: 'moreKeysShiftOperation',
- ON_SHIFT: 'onShift'
+ ON_SHIFT: 'onShift',
+ FIXED_COLUMN_NUMBER: 'fixedColumnNumber'
};

Powered by Google App Engine
This is Rietveld 408576698