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

Unified Diff: ash/shell.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/shell.cc
diff --git a/ash/shell.cc b/ash/shell.cc
index 04be582729e5d0d7ea6695211d62e26063b52622..2fd810b577dcd402f6ab5060433fe3592618e684 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -946,4 +946,8 @@ void Shell::OnWindowActivated(aura::Window* gained_active,
active_root_window_ = gained_active->GetRootWindow();
}
+void Shell::OnWindowActivationRequestCompleted(
+ aura::Window* request_active, aura::Window* actual_active) {
+}
+
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698