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

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

Issue 1257313003: Update Google Input Tools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Free up grd resources. 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/inputview/settings.js
diff --git a/third_party/google_input_tools/src/chrome/os/inputview/settings.js b/third_party/google_input_tools/src/chrome/os/inputview/settings.js
index d035296fa609b960535b6c09cc49beeaa8aaffb0..f8c788c2979f9290517189fc446f9c3161062f1d 100644
--- a/third_party/google_input_tools/src/chrome/os/inputview/settings.js
+++ b/third_party/google_input_tools/src/chrome/os/inputview/settings.js
@@ -59,6 +59,14 @@ Settings.prototype.doubleSpacePeriod = false;
Settings.prototype.soundOnKeypress = false;
+/** @type {boolean} */
+Settings.prototype.gestureEditing = false;
+
+
+/** @type {boolean} */
+Settings.prototype.gestureTyping = false;
+
+
/**
* The flag to control whether candidates naviagation feature is enabled.
*

Powered by Google App Engine
This is Rietveld 408576698