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

Unified Diff: ash/accelerators/accelerator_controller.cc

Issue 12618014: Switch Next Window Key functionality (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: protect against alt+tab+switch_windows interaction 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 | « no previous file | ash/focus_cycler.cc » ('j') | ash/wm/window_cycle_controller.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/accelerators/accelerator_controller.cc
diff --git a/ash/accelerators/accelerator_controller.cc b/ash/accelerators/accelerator_controller.cc
index 79f8f414517660ae3540d289537ac88da4a2ae42..2f117346d4b4d727f726cf1f31fccd9bcbb53fdc 100644
--- a/ash/accelerators/accelerator_controller.cc
+++ b/ash/accelerators/accelerator_controller.cc
@@ -95,7 +95,8 @@ bool HandleCycleWindowMRU(WindowCycleController::Direction direction,
}
void HandleCycleWindowLinear(CycleDirection direction) {
- Launcher::ForPrimaryDisplay()->CycleWindowLinear(direction);
+ Shell::GetInstance()->
+ window_cycle_controller()->HandleLinearCycleWindow();
}
#if defined(OS_CHROMEOS)
« no previous file with comments | « no previous file | ash/focus_cycler.cc » ('j') | ash/wm/window_cycle_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698