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

Unified Diff: extensions/common/api/virtual_keyboard_private.json

Issue 848843003: Add a --enable-gesture-typing flag. Currently this flag does nothing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add histogram enume ntry Created 5 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: extensions/common/api/virtual_keyboard_private.json
diff --git a/extensions/common/api/virtual_keyboard_private.json b/extensions/common/api/virtual_keyboard_private.json
index ee6a1dae9a0e56dcc35db2f417296d703b610bde..e9696215f01eed9a43706229e2fbdb307d0d591f 100644
--- a/extensions/common/api/virtual_keyboard_private.json
+++ b/extensions/common/api/virtual_keyboard_private.json
@@ -143,6 +143,10 @@
"experimental": {
"type": "boolean",
"description": "True if experimental features are enabled."
+ },
+ "gesturetyping": {
+ "type": "boolean",
+ "description": "True if gesture typing is enabled."
}
}
}
« no previous file with comments | « chrome/test/data/chromeos/virtual_keyboard/virtual_keyboard_test_base.js ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698