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

Unified Diff: ash/shelf/shelf_layout_manager.cc

Issue 13224006: Merge 190579 "Switch Next Window Key functionality" (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1453/src/
Patch Set: Created 7 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/wm/gestures/bezel_gesture_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf_layout_manager.cc
===================================================================
--- ash/shelf/shelf_layout_manager.cc (revision 191465)
+++ ash/shelf/shelf_layout_manager.cc (working copy)
@@ -846,7 +846,7 @@
return SHELF_AUTO_HIDE_SHOWN;
const std::vector<aura::Window*> windows =
- ash::WindowCycleController::BuildWindowList(NULL);
+ ash::WindowCycleController::BuildWindowList(NULL, false);
// Process the window list and check if there are any visible windows.
for (size_t i = 0; i < windows.size(); ++i) {
« no previous file with comments | « ash/focus_cycler.cc ('k') | ash/wm/gestures/bezel_gesture_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698