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

Unified Diff: ash/shell_init_params.h

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_init_params.h
diff --git a/ash/shell_init_params.h b/ash/shell_init_params.h
index 8cff2f1d9567887f8b82090d0f70789a3c9d61e4..5307dcd82598bfd200e59553cba5865d74134f71 100644
--- a/ash/shell_init_params.h
+++ b/ash/shell_init_params.h
@@ -11,6 +11,10 @@ namespace base {
class SequencedWorkerPool;
}
+namespace shell {
+class Connector;
+}
+
namespace ui {
class ContextFactory;
}
@@ -23,6 +27,7 @@ struct ASH_EXPORT ShellInitParams {
ShellDelegate* delegate = nullptr;
ui::ContextFactory* context_factory = nullptr;
base::SequencedWorkerPool* blocking_pool = nullptr;
+ ::shell::Connector* connector = nullptr;
};
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698