Chromium Code Reviews| Index: ui/keyboard/keyboard_switches.h |
| diff --git a/ui/keyboard/keyboard_switches.h b/ui/keyboard/keyboard_switches.h |
| index f036161d9ec585cb0dc349e22c3b7a28b8b3cec2..bd0ab5a4f8c970b43619a63151c0d8855dbc01ce 100644 |
| --- a/ui/keyboard/keyboard_switches.h |
| +++ b/ui/keyboard/keyboard_switches.h |
| @@ -39,23 +39,14 @@ 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[]; |
| +// Gesture editing for the virtual keyboard. |
|
bshe
2015/05/12 14:58:59
nit: It would be easier to read if you could speci
rsadam
2015/05/12 15:16:15
Done.
|
| +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[]; |