| Index: chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc
|
| diff --git a/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc b/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc
|
| index 1e1ea17b8dbc390a6c577e88dae6176c6f9c50c9..8a07bb4ea626f52bbd2a8141f388271b2fba2f5e 100644
|
| --- a/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc
|
| +++ b/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc
|
| @@ -341,9 +341,9 @@ class DetachToBrowserTabDragControllerTest
|
| virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
|
| command_line->AppendSwitch(switches::kTabBrowserDragging);
|
| #if defined(USE_ASH) && !defined(OS_WIN) // TODO(win_ash)
|
| - if (docked_windows_enabled()) {
|
| + if (!docked_windows_enabled()) {
|
| CommandLine::ForCurrentProcess()->AppendSwitch(
|
| - ash::switches::kAshEnableDockedWindows);
|
| + ash::switches::kAshDisableDockedWindows);
|
| }
|
| #endif
|
| }
|
|
|