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

Unified Diff: ui/views/controls/menu/menu_controller_aura.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: ui/views/controls/menu/menu_controller_aura.cc
diff --git a/ui/views/controls/menu/menu_controller_aura.cc b/ui/views/controls/menu/menu_controller_aura.cc
index 18109d4262ef29e91547292c8f6700dac7e298cf..8f2dc1cf7cbf3d294b45a1c16ae1add8c72e0de4 100644
--- a/ui/views/controls/menu/menu_controller_aura.cc
+++ b/ui/views/controls/menu/menu_controller_aura.cc
@@ -45,6 +45,9 @@ class ActivationChangeObserverImpl
if (!controller_->drag_in_progress())
controller_->CancelAll();
}
+ virtual void OnWindowActivationRequestCompleted(
+ aura::Window* request_active, aura::Window* actual_active) OVERRIDE {
+ }
// aura::WindowObserver overrides:
virtual void OnWindowDestroying(aura::Window* window) OVERRIDE {

Powered by Google App Engine
This is Rietveld 408576698