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

Unified Diff: ash/wm/base_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/base_layout_manager.cc
diff --git a/ash/wm/base_layout_manager.cc b/ash/wm/base_layout_manager.cc
index d5bb54fa66f3462a9a21c82b16a819cef06cd604..c177c0cc3c6511105f697b23acc0dec0641153a5 100644
--- a/ash/wm/base_layout_manager.cc
+++ b/ash/wm/base_layout_manager.cc
@@ -164,6 +164,10 @@ void BaseLayoutManager::OnWindowActivated(aura::Window* gained_active,
}
}
+void BaseLayoutManager::OnWindowActivationRequestCompleted(
+ aura::Window* request_active, aura::Window* actual_active) {
+}
+
//////////////////////////////////////////////////////////////////////////////
// BaseLayoutManager, private:

Powered by Google App Engine
This is Rietveld 408576698