Index: ui/base/ui_base_switches.h |
diff --git a/ui/base/ui_base_switches.h b/ui/base/ui_base_switches.h |
index a1c1ca9df415f9822c803dc2481e8cac44c17447..a1d404a96ded47a812a2f53c90e270524177cf17 100644 |
--- a/ui/base/ui_base_switches.h |
+++ b/ui/base/ui_base_switches.h |
@@ -17,9 +17,11 @@ UI_BASE_EXPORT extern const char kDisableCoreAnimation[]; |
#endif |
UI_BASE_EXPORT extern const char kDisableDwmComposition[]; |
+UI_BASE_EXPORT extern const char kDisableTextInputFocusManager[]; |
UI_BASE_EXPORT extern const char kDisableTouchAdjustment[]; |
UI_BASE_EXPORT extern const char kDisableTouchDragDrop[]; |
UI_BASE_EXPORT extern const char kDisableTouchEditing[]; |
+UI_BASE_EXPORT extern const char kEnableTextInputFocusManager[]; |
UI_BASE_EXPORT extern const char kEnableTouchDragDrop[]; |
UI_BASE_EXPORT extern const char kEnableTouchEditing[]; |
UI_BASE_EXPORT extern const char kLang[]; |