Chromium Code Reviews| Index: ui/base/ui_base_switches.h |
| diff --git a/ui/base/ui_base_switches.h b/ui/base/ui_base_switches.h |
| index 1319563659b365bdb096992346a790bfa5084824..a35678ac502c23552a8a8c0f24a60ce6f99ad768 100644 |
| --- a/ui/base/ui_base_switches.h |
| +++ b/ui/base/ui_base_switches.h |
| @@ -18,7 +18,9 @@ UI_EXPORT extern const char kDisableViewsTextfield[]; |
| UI_EXPORT extern const char kEnableBezelTouch[]; |
| UI_EXPORT extern const char kEnableNewDialogStyle[]; |
| UI_EXPORT extern const char kEnableTouchDragDrop[]; |
| +UI_EXPORT extern const char kDisableTouchDragDrop[]; |
|
sky
2013/04/24 14:44:23
sort
varunjain
2013/04/24 18:09:25
Done.
|
| UI_EXPORT extern const char kEnableTouchEditing[]; |
| +UI_EXPORT extern const char kDisableTouchEditing[]; |
| UI_EXPORT extern const char kEnableViewsTextfield[]; |
| UI_EXPORT extern const char kForceDeviceScaleFactor[]; |
| UI_EXPORT extern const char kHighlightMissingScaledResources[]; |