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

Unified Diff: ash/mus/window_manager_application.h

Issue 2179023004: Make Service own ServiceContext. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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
« no previous file with comments | « no previous file | ash/mus/window_manager_application.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/window_manager_application.h
diff --git a/ash/mus/window_manager_application.h b/ash/mus/window_manager_application.h
index 363a52c02da5d230cc1eee7e96b33402cd8b68b8..648fa176edb4657f0a4aecbc43e200d86a3fd985 100644
--- a/ash/mus/window_manager_application.h
+++ b/ash/mus/window_manager_application.h
@@ -51,8 +51,6 @@ class WindowManagerApplication
WindowManagerApplication();
~WindowManagerApplication() override;
- shell::Connector* connector() { return connector_; }
-
WindowManager* window_manager() { return window_manager_.get(); }
mash::session::mojom::Session* session() { return session_.get(); }
@@ -66,9 +64,7 @@ class WindowManagerApplication
void InitWindowManager(::ui::WindowTreeClient* window_tree_client);
// shell::Service:
- void OnStart(shell::Connector* connector,
- const shell::Identity& identity,
- uint32_t id) override;
+ void OnStart(const shell::Identity& identity) override;
bool OnConnect(shell::Connection* connection) override;
// shell::InterfaceFactory<mojom::ShelfLayout>:
@@ -93,8 +89,6 @@ class WindowManagerApplication
void OnWillDestroyRootWindowController(
RootWindowController* controller) override;
- shell::Connector* connector_;
-
mojo::TracingImpl tracing_;
std::unique_ptr<views::AuraInit> aura_init_;
« no previous file with comments | « no previous file | ash/mus/window_manager_application.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698