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

Unified Diff: ash/launcher/launcher_window_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/focus_cycler.cc ('k') | ash/shell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/launcher/launcher_window_cycler.cc
diff --git a/ash/launcher/launcher_window_cycler.cc b/ash/launcher/launcher_window_cycler.cc
index 75f22acbd506678b13db5536b5ba5404ba40c7a2..02903c925e46adb7e1ee712c01631bf97f072982 100644
--- a/ash/launcher/launcher_window_cycler.cc
+++ b/ash/launcher/launcher_window_cycler.cc
@@ -26,7 +26,7 @@ void LauncherWindowCycler::Cycle() {
if (!windows_.get()) {
windows_.reset(new WindowCycleList(
ash::Shell::GetInstance()->delegate()->GetCycleWindowList(
- ShellDelegate::SOURCE_LAUNCHER, ShellDelegate::ORDER_MRU)));
+ ShellDelegate::SOURCE_LAUNCHER)));
}
if (windows_->empty())
delegate_->CreateNewWindow();
« no previous file with comments | « ash/focus_cycler.cc ('k') | ash/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698