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

Unified Diff: ash/wm/panels/panel_layout_manager.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/panels/panel_layout_manager.cc
diff --git a/ash/wm/panels/panel_layout_manager.cc b/ash/wm/panels/panel_layout_manager.cc
index 82f6c7db88e38491ff523c6f3ba1daca5c60cdef..469a19f8112c17e136f1d82ab4a3f33bf0481468 100644
--- a/ash/wm/panels/panel_layout_manager.cc
+++ b/ash/wm/panels/panel_layout_manager.cc
@@ -395,6 +395,10 @@ void PanelLayoutManager::OnWindowActivated(aura::Window* gained_active,
}
}
+void PanelLayoutManager::OnWindowActivationRequestCompleted(
+ aura::Window* request_active, aura::Window* actual_active) {
+}
+
////////////////////////////////////////////////////////////////////////////////
// PanelLayoutManager private implementation:

Powered by Google App Engine
This is Rietveld 408576698