Index: ash/focus_cycler.cc |
diff --git a/ash/focus_cycler.cc b/ash/focus_cycler.cc |
index 6a62757b53a60b1daf9566762a378544a2b6df78..29dea555bedf16861253c2eab19aebf8fe8baf70 100644 |
--- a/ash/focus_cycler.cc |
+++ b/ash/focus_cycler.cc |
@@ -64,7 +64,7 @@ void FocusCycler::RotateFocus(Direction direction) { |
// Activate the browser window. |
const std::vector<aura::Window*>& windows = |
Shell::GetInstance()->delegate()->GetCycleWindowList( |
- ShellDelegate::SOURCE_LAUNCHER, ShellDelegate::ORDER_MRU); |
+ ShellDelegate::SOURCE_LAUNCHER); |
if (!windows.empty()) { |
aura::client::GetActivationClient(Shell::GetRootWindow())-> |
ActivateWindow(windows[0]); |