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

Unified Diff: third_party/google_input_tools/src/chrome/os/common.js

Issue 1257313003: Update Google Input Tools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing images. Created 5 years, 5 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/common.js
diff --git a/third_party/google_input_tools/src/chrome/os/common.js b/third_party/google_input_tools/src/chrome/os/common.js
index dd26b92e58b7b57ef96386da176af3464f04da4b..65f12f5fbd8b60b51c7f951fc28413466a3f9e1f 100644
--- a/third_party/google_input_tools/src/chrome/os/common.js
+++ b/third_party/google_input_tools/src/chrome/os/common.js
@@ -30,14 +30,17 @@ i18n.input.chrome.MessageKey = {
COMMIT_WORD: 'commit_word',
CONTEXT: 'context',
CORRECTION: 'correction',
+ DECODE_GESTURE: 'decode_gesture',
DELETE: 'delete',
ENABLE_USER_DICT: 'enable_user_dict',
ENTRIES: 'entries',
FREQUENCY: 'frequency',
FUZZY_PAIRS: 'fuzzy_pairs',
+ KEYBOARD_LAYOUT: 'keyboard_layout',
HIGHLIGHT: 'highlight',
HIGHLIGHT_INDEX: 'highlight_index',
IME: 'itc',
+ MIN_SCORE: 'min_score',
MULTI: 'multi',
MULTI_APPEND: 'multi_append',
PREDICT: 'predict',
@@ -64,5 +67,7 @@ i18n.input.chrome.TriggerType = {
DOUBLE_SPACE_TO_PERIOD: 4,
REVERT: 5,
VOICE: 6,
+ COMPOSITION_DISABLED: 7,
+ GESTURE: 8,
UNKNOWN: -1
};

Powered by Google App Engine
This is Rietveld 408576698