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..da7eca70082e8ec97a273c0ad5d7da7dde528299 100644 |
--- a/ui/base/ui_base_switches.h |
+++ b/ui/base/ui_base_switches.h |
@@ -14,6 +14,8 @@ namespace switches { |
UI_EXPORT extern const char kDisableDwmComposition[]; |
UI_EXPORT extern const char kDisableTouchAdjustment[]; |
+UI_EXPORT extern const char kDisableTouchDragDrop[]; |
+UI_EXPORT extern const char kDisableTouchEditing[]; |
UI_EXPORT extern const char kDisableViewsTextfield[]; |
UI_EXPORT extern const char kEnableBezelTouch[]; |
UI_EXPORT extern const char kEnableNewDialogStyle[]; |