| 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
|
| };
|
|
|