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/inputview/featurename.js

Issue 1013263002: Update Google Input Tools. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/featurename.js
diff --git a/third_party/google_input_tools/src/chrome/os/inputview/featurename.js b/third_party/google_input_tools/src/chrome/os/inputview/featurename.js
index e777483f6d5f55b2ca25109a7f99e7a85e874322..1893b82efc7b42ddd40cbf7fca157808b8f54480 100644
--- a/third_party/google_input_tools/src/chrome/os/inputview/featurename.js
+++ b/third_party/google_input_tools/src/chrome/os/inputview/featurename.js
@@ -20,7 +20,8 @@ goog.provide('i18n.input.chrome.inputview.FeatureName');
*/
i18n.input.chrome.inputview.FeatureName = {
// List all features.
- GESTURE_EDITTING: 'gesture-editting',
+ GESTURE_SELECTION: 'gestureselection',
+ GESTURE_DELETION: 'gesturedeletion',
GESTURE_TYPING: 'gesturetyping',
OPTIMIZED_LAYOUTS: 'optimized-layouts',
EXPERIMENTAL: 'experimental'

Powered by Google App Engine
This is Rietveld 408576698