| 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 6dcb9ef3b329794be58b6b11746623d9e0fc8f52..e529a7c8d9e371cb5a34ea77a62afec28c0815f8 100644
|
| --- a/ui/base/ui_base_switches_util.cc
|
| +++ b/ui/base/ui_base_switches_util.cc
|
| @@ -21,11 +21,6 @@ bool IsLinkDisambiguationPopupEnabled() {
|
| #endif
|
| }
|
|
|
| -bool IsTextInputFocusManagerEnabled() {
|
| - return base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kEnableTextInputFocusManager);
|
| -}
|
| -
|
| bool IsTouchDragDropEnabled() {
|
| #if defined(OS_CHROMEOS)
|
| return !base::CommandLine::ForCurrentProcess()->HasSwitch(
|
|
|