Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4039)

Unified Diff: ash/focus_cycler.cc

Issue 9630002: Ash: Remove compact window mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: OpaqueBrowserFrameView, MultipleWindowIndicatorButton Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/ash_switches.cc ('k') | ash/launcher/launcher_window_cycler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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]);
« no previous file with comments | « ash/ash_switches.cc ('k') | ash/launcher/launcher_window_cycler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698