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

Unified Diff: ash/shell.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/shell.cc
diff --git a/ash/shell.cc b/ash/shell.cc
index 91aff2ab400d546f964d3f6b7fe1f1d3530bf3f5..504160712e89a1fb832c70b01b816a433d543ad8 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -602,7 +602,7 @@ Shell::~Shell() {
}
void Shell::Init(const ShellInitParams& init_params) {
- wm_shell_->Initialize(init_params.blocking_pool);
+ wm_shell_->Initialize(init_params.blocking_pool, init_params.connector);
immersive_handler_factory_ = base::MakeUnique<ImmersiveHandlerFactoryAsh>();

Powered by Google App Engine
This is Rietveld 408576698