| 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_;
|
|
|