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

Unified Diff: third_party/google_input_tools/src/chrome/os/message/name.js

Issue 1576613002: Update Google Input Tools. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing APIs, remove bade dependencies. Created 4 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/message/name.js
diff --git a/third_party/google_input_tools/src/chrome/os/message/name.js b/third_party/google_input_tools/src/chrome/os/message/name.js
index dbb2e43bff030a9c1ea71d483d2ac49f4ceb0abc..e2ab3e792c84305c914bff3332d1b385be30e6ef 100644
--- a/third_party/google_input_tools/src/chrome/os/message/name.js
+++ b/third_party/google_input_tools/src/chrome/os/message/name.js
@@ -35,6 +35,7 @@ i18n.input.chrome.message.Name = {
CURSOR: 'cursor',
ENGINE_ID: 'engineID',
FOCUS: 'focus',
+ FORCE_AUTO_SPACE: 'force_auto_space',
GESTURE_DATA: 'gestureData',
GESTURE_RESULTS: 'gestureResults',
HEIGHT: 'height',
@@ -68,6 +69,7 @@ i18n.input.chrome.message.Name = {
SPATIAL_DATA: 'spatialData',
STROKES: 'strokes',
TEXT: 'text',
+ TEXT_BEFORE_CURSOR: 'text_before_cursor',
VERTICAL: 'vertical',
VISIBLE: 'visible',
VISIBILITY: 'visibility',

Powered by Google App Engine
This is Rietveld 408576698