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

Unified Diff: ash/wm/window_cycle_controller.cc

Issue 14222019: Trying to activate a window in a workspace other than the current is ignored while a system modal d… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 8 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: ash/wm/window_cycle_controller.cc
diff --git a/ash/wm/window_cycle_controller.cc b/ash/wm/window_cycle_controller.cc
index 89af6c1836f8548ee56c5c4ded9f0eed40dabd9c..e4a23498d4cf826f3ca20f3391ab2010a3b2546c 100644
--- a/ash/wm/window_cycle_controller.cc
+++ b/ash/wm/window_cycle_controller.cc
@@ -287,6 +287,10 @@ void WindowCycleController::OnWindowActivated(aura::Window* gained_active,
}
}
+void WindowCycleController::OnWindowActivationRequestCompleted(
+ aura::Window* request_active, aura::Window* actual_active) {
+}
+
void WindowCycleController::OnWindowAdded(aura::Window* window) {
if (window->id() == internal::kShellWindowId_WorkspaceContainer)
window->AddObserver(this);

Powered by Google App Engine
This is Rietveld 408576698