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

Unified Diff: ui/keyboard/keyboard_switches.h

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 | « tools/metrics/histograms/histograms.xml ('k') | ui/keyboard/keyboard_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/keyboard_switches.h
diff --git a/ui/keyboard/keyboard_switches.h b/ui/keyboard/keyboard_switches.h
index f036161d9ec585cb0dc349e22c3b7a28b8b3cec2..d9296ca01036075f4327c92239a8639f1b3d9efe 100644
--- a/ui/keyboard/keyboard_switches.h
+++ b/ui/keyboard/keyboard_switches.h
@@ -39,23 +39,15 @@ KEYBOARD_EXPORT extern const char kGestureTypingEnabled[];
// Disables gesture typing for the virtual keyboard.
KEYBOARD_EXPORT extern const char kGestureTypingDisabled[];
-// Gesture selection for the virtual keyboard.
-KEYBOARD_EXPORT extern const char kGestureSelection[];
+// Controls the appearance of the settings option to enable gesture editing
+// for the virtual keyboard.
+KEYBOARD_EXPORT extern const char kGestureEditing[];
-// Enables gesture selection for the virtual keyboard.
-KEYBOARD_EXPORT extern const char kGestureSelectionEnabled[];
+// Enables gesture editing for the virtual keyboard.
+KEYBOARD_EXPORT extern const char kGestureEditingEnabled[];
-// Disables gesture selection for the virtual keyboard.
-KEYBOARD_EXPORT extern const char kGestureSelectionDisabled[];
-
-// Gesture deletion for the virtual keyboard.
-KEYBOARD_EXPORT extern const char kGestureDeletion[];
-
-// Enables gesture deletion for the virtual keyboard.
-KEYBOARD_EXPORT extern const char kGestureDeletionEnabled[];
-
-// Disables gesture deletion for the virtual keyboard.
-KEYBOARD_EXPORT extern const char kGestureDeletionDisabled[];
+// Disables gesture editing for the virtual keyboard.
+KEYBOARD_EXPORT extern const char kGestureEditingDisabled[];
// Enables the virtual keyboard.
KEYBOARD_EXPORT extern const char kEnableVirtualKeyboard[];
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | ui/keyboard/keyboard_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698