| Index: ui/base/ui_base_switches_util.cc
|
| diff --git a/ui/base/ui_base_switches_util.cc b/ui/base/ui_base_switches_util.cc
|
| index 3089607af86617537edc617cf670492488a10453..ace2e089d85183c26d4f3a963767054f7479c3fc 100644
|
| --- a/ui/base/ui_base_switches_util.cc
|
| +++ b/ui/base/ui_base_switches_util.cc
|
| @@ -9,6 +9,11 @@
|
|
|
| namespace switches {
|
|
|
| +bool IsNewTextInputFocusEnabled() {
|
| + return CommandLine::ForCurrentProcess()->HasSwitch(
|
| + switches::kEnableNewTextInputFocus);
|
| +}
|
| +
|
| bool IsTouchDragDropEnabled() {
|
| #if defined(OS_CHROMEOS)
|
| return !CommandLine::ForCurrentProcess()->HasSwitch(
|
|
|