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

Unified Diff: mash/wm/root_window_controller.cc

Issue 1957653003: mash: Don't close system tray bubble for clicks in menus/notifications (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 7 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: mash/wm/root_window_controller.cc
diff --git a/mash/wm/root_window_controller.cc b/mash/wm/root_window_controller.cc
index f2dc0734fead9a65aa678e835e087d857b1f27bb..582f2429a9980a583eac02b942eec9003f2a4bf3 100644
--- a/mash/wm/root_window_controller.cc
+++ b/mash/wm/root_window_controller.cc
@@ -165,7 +165,8 @@ void RootWindowController::OnConnectionLost(
delete this;
}
-void RootWindowController::OnEventObserved(const ui::Event& event) {
+void RootWindowController::OnEventObserved(const ui::Event& event,
+ mus::Window* target) {
// Does not use EventObservers.
}

Powered by Google App Engine
This is Rietveld 408576698