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

Unified Diff: ui/keyboard/keyboard_switches.cc

Issue 1130833005: Merge gesture deletion and selection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address feedback Created 5 years, 7 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 c020552994658474b2d890839cce66697b37b001..09d8fbce099471af956a78c0607f3d1e07f9b875 100644
--- a/ui/keyboard/keyboard_switches.cc
+++ b/ui/keyboard/keyboard_switches.cc
@@ -20,13 +20,9 @@ const char kGestureTyping[] = "gesture-typing";
const char kGestureTypingEnabled[] = "enabled";
const char kGestureTypingDisabled[] = "disabled";
-const char kGestureSelection[] = "gesture-selection";
-const char kGestureSelectionEnabled[] = "enabled";
-const char kGestureSelectionDisabled[] = "disabled";
-
-const char kGestureDeletion[] = "gesture-deletion";
-const char kGestureDeletionEnabled[] = "enabled";
-const char kGestureDeletionDisabled[] = "disabled";
+const char kGestureEditing[] = "gesture-editing";
+const char kGestureEditingEnabled[] = "enabled";
+const char kGestureEditingDisabled[] = "disabled";
const char kEnableVirtualKeyboard[] = "enable-virtual-keyboard";
const char kFloatingVirtualKeyboard[] = "floating-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