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

Unified Diff: chrome/browser/ui/ash/window_positioner.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
Index: chrome/browser/ui/ash/window_positioner.cc
===================================================================
--- chrome/browser/ui/ash/window_positioner.cc (revision 191465)
+++ chrome/browser/ui/ash/window_positioner.cc (working copy)
@@ -100,7 +100,7 @@
const gfx::Rect& work_area,
int grid) {
const std::vector<aura::Window*> windows =
- ash::WindowCycleController::BuildWindowList(NULL);
+ ash::WindowCycleController::BuildWindowList(NULL, false);
std::vector<const gfx::Rect*> regions;
// Process the window list and check if we can bail immediately.
« no previous file with comments | « chrome/browser/chromeos/extensions/wallpaper_private_api.cc ('k') | chrome/browser/ui/window_sizer/window_sizer_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698