| 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 0830b3b27d340a25d95900911a7c942547569a7e..aecf2630794cb56a762e216679ce04a3437dc8ee 100644
|
| --- a/ui/base/ui_base_switches_util.cc
|
| +++ b/ui/base/ui_base_switches_util.cc
|
| @@ -10,18 +10,6 @@
|
|
|
| namespace switches {
|
|
|
| -bool IsLinkDisambiguationPopupEnabled() {
|
| -#if defined(OS_ANDROID)
|
| - return true;
|
| -#else
|
| - if (base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kEnableLinkDisambiguationPopup)) {
|
| - return true;
|
| - }
|
| - return false;
|
| -#endif
|
| -}
|
| -
|
| bool IsTouchDragDropEnabled() {
|
| #if defined(OS_CHROMEOS)
|
| return !base::CommandLine::ForCurrentProcess()->HasSwitch(
|
|
|