| Index: chrome/browser/ui/views/tabs/dragged_tab_controller.cc
|
| diff --git a/chrome/browser/ui/views/tabs/dragged_tab_controller.cc b/chrome/browser/ui/views/tabs/dragged_tab_controller.cc
|
| index 01790b4736f07acbea0781474b2fdbbfac66c669..d9694c2262c74afaa7a0e7f3ace60949a6ed41d1 100644
|
| --- a/chrome/browser/ui/views/tabs/dragged_tab_controller.cc
|
| +++ b/chrome/browser/ui/views/tabs/dragged_tab_controller.cc
|
| @@ -505,7 +505,7 @@ void DraggedTabController::Observe(
|
| ///////////////////////////////////////////////////////////////////////////////
|
| // DraggedTabController, MessageLoop::Observer implementation:
|
|
|
| -#if defined(OS_WIN) || defined(TOUCH_UI) || defined(USE_AURA)
|
| +#if defined(OS_WIN) || defined(USE_AURA)
|
| base::EventStatus DraggedTabController::WillProcessEvent(
|
| const base::NativeEvent& event) {
|
| return base::EVENT_CONTINUE;
|
|
|