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

Unified Diff: chrome/browser/about_flags.cc

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: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 09b672c7e7531adc989ba7710e2fa0166f0a20a5..47682c499da1bb0d6c30c0c30d06861aec98480d 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1288,6 +1288,13 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(keyboard::switches::kEnableExperimentalInputViewFeatures)
},
{
+ "enable-gesture-typing",
+ IDS_FLAGS_ENABLE_GESTURE_TYPING_NAME,
+ IDS_FLAGS_ENABLE_GESTURE_TYPING_DESCRIPTION,
+ kOsCrOS,
+ SINGLE_VALUE_TYPE(keyboard::switches::kEnableGestureTyping)
+ },
+ {
"disable-smart-virtual-keyboard",
IDS_FLAGS_DISABLE_SMART_VIRTUAL_KEYBOARD_NAME,
IDS_FLAGS_DISABLE_SMART_VIRTUAL_KEYBOARD_DESCRIPTION,

Powered by Google App Engine
This is Rietveld 408576698