Index: chrome/browser/ui/views/tabs/default_tab_drag_controller.cc |
diff --git a/chrome/browser/ui/views/tabs/default_tab_drag_controller.cc b/chrome/browser/ui/views/tabs/default_tab_drag_controller.cc |
index 57db97a79777b2f21d289743af2b24deebcf91cd..850f379e3b8c75fcc5b51f1b492d06df559a334b 100644 |
--- a/chrome/browser/ui/views/tabs/default_tab_drag_controller.cc |
+++ b/chrome/browser/ui/views/tabs/default_tab_drag_controller.cc |
@@ -1448,7 +1448,7 @@ bool DefaultTabDragController::AreTabsConsecutive() { |
#if defined(USE_AURA) || defined(OS_WIN) |
static bool ShouldCreateTabDragController2() { |
#if defined(USE_AURA) |
- return !ash::Shell::GetInstance()->IsWindowModeCompact(); |
+ return true; |
#else |
return CommandLine::ForCurrentProcess()->HasSwitch( |
switches::kTabBrowserDragging); |