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

Unified Diff: ash/mus/window_manager.cc

Issue 2381753002: Use mojo SystemTray interfaces for both mash and classic ash (Closed)
Patch Set: Restructure based on feedback Created 4 years, 3 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/mus/window_manager.cc
diff --git a/ash/mus/window_manager.cc b/ash/mus/window_manager.cc
index 87530fa822eda4f699fe8e5dad558d113eb2ac6c..bff7bb124e90312c3c8c9d801632e6a2b808131f 100644
--- a/ash/mus/window_manager.cc
+++ b/ash/mus/window_manager.cc
@@ -78,7 +78,7 @@ void WindowManager::Init(
shell_.reset(new WmShellMus(base::MakeUnique<ShellDelegateMus>(connector_),
msw 2016/09/30 23:26:49 q: Would it make sense for the shell delegate to p
this, pointer_watcher_event_router_.get()));
- shell_->Initialize(blocking_pool);
+ shell_->Initialize(blocking_pool, connector_);
lookup_.reset(new WmLookupMus);
}

Powered by Google App Engine
This is Rietveld 408576698