Index: ash/wm/window_cycle_controller.cc |
diff --git a/ash/wm/window_cycle_controller.cc b/ash/wm/window_cycle_controller.cc |
index ac171b5f864eaf551a244bbb5a9852de702efd1a..7568f152f825f3588571ce674fb4b4062a343e3a 100644 |
--- a/ash/wm/window_cycle_controller.cc |
+++ b/ash/wm/window_cycle_controller.cc |
@@ -105,12 +105,10 @@ void AddCycleWindows(aura::RootWindow* root, |
int container_id, |
WindowCycleList::WindowList* windows) { |
aura::Window* container = Shell::GetContainer(root, container_id); |
- if (container_id == internal::kShellWindowId_DefaultContainer && |
- internal::WorkspaceController::IsWorkspace2Enabled()) { |
+ if (container_id == internal::kShellWindowId_DefaultContainer) |
AddWorkspace2Children(container, windows); |
- } else { |
+ else |
AddAllChildren(container, windows); |
- } |
} |
} // namespace |