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

Unified Diff: ash/mus/window_manager.cc

Issue 2381753002: Use mojo SystemTray interfaces for both mash and classic ash (Closed)
Patch Set: cleanup 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 43124a9d76f342be6111678c7dd0b8bd3b9e097c..a07f488508ef18ce9072e38b997a72f8f0e45ffb 100644
--- a/ash/mus/window_manager.cc
+++ b/ash/mus/window_manager.cc
@@ -77,7 +77,7 @@ void WindowManager::Init(
shell_.reset(new WmShellMus(base::MakeUnique<ShellDelegateMus>(connector_),
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