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

Unified Diff: ui/keyboard/keyboard_switches.cc

Issue 313983002: Add flag to enable experimental features for input view. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Doc tweaks. Created 6 years, 6 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
« no previous file with comments | « ui/keyboard/keyboard_switches.h ('k') | ui/keyboard/keyboard_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/keyboard_switches.cc
diff --git a/ui/keyboard/keyboard_switches.cc b/ui/keyboard/keyboard_switches.cc
index 74ece8bc915e8f33ffe26708e43274dbe7e9ec0b..c0f9bc5705e768530bfa6d5cc56ca247d9d0c408 100644
--- a/ui/keyboard/keyboard_switches.cc
+++ b/ui/keyboard/keyboard_switches.cc
@@ -11,6 +11,8 @@ const char kEnableSwipeSelection[] = "enable-swipe-selection";
const char kDisableInputView[] = "disable-input-view";
const char kEnableInputView[] = "enable-input-view";
+const char kEnableExperimentalInputViewFeatures[] =
+ "enable-experimental-input-view-features";
const char kEnableVirtualKeyboard[] = "enable-virtual-keyboard";
« no previous file with comments | « ui/keyboard/keyboard_switches.h ('k') | ui/keyboard/keyboard_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698