Index: ash/wm/window_cycle_controller.cc |
diff --git a/ash/wm/window_cycle_controller.cc b/ash/wm/window_cycle_controller.cc |
index 2a81b6f6ab78af34eb47673382b9987bb17d00e3..0df8bed23dd42506863ac26488c4ba45af874541 100644 |
--- a/ash/wm/window_cycle_controller.cc |
+++ b/ash/wm/window_cycle_controller.cc |
@@ -126,13 +126,9 @@ void WindowCycleController::AltKeyReleased() { |
// WindowCycleController, private: |
void WindowCycleController::StartCycling() { |
- // Most-recently-used cycling is confusing in compact window mode because |
- // you can't see all the windows. |
windows_.reset(new WindowCycleList( |
ash::Shell::GetInstance()->delegate()->GetCycleWindowList( |
- ShellDelegate::SOURCE_KEYBOARD, |
- Shell::GetInstance()->IsWindowModeCompact() ? |
- ShellDelegate::ORDER_LINEAR : ShellDelegate::ORDER_MRU))); |
+ ShellDelegate::SOURCE_KEYBOARD))); |
} |
void WindowCycleController::Step(Direction direction) { |