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

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: gesture change 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') | no next file with comments »
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 9a1f309e01c8752f48e2c2c74c332e6a7a2127de..02be2065b13f0c3042f6b4da3518c00383e71fdc 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698