| Index: mash/task_viewer/task_viewer.h
|
| diff --git a/mash/task_viewer/task_viewer.h b/mash/task_viewer/task_viewer.h
|
| index 120ada9ff53bb0058b5983bac4e8c8c91ccb312b..7aa105825390299405a55f973102c0800376e4fb 100644
|
| --- a/mash/task_viewer/task_viewer.h
|
| +++ b/mash/task_viewer/task_viewer.h
|
| @@ -35,9 +35,7 @@ class TaskViewer : public shell::Service,
|
|
|
| private:
|
| // 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;
|
|
|
| // mojom::Launchable:
|
| @@ -47,7 +45,6 @@ class TaskViewer : public shell::Service,
|
| void Create(const shell::Identity& remote_identity,
|
| mojom::LaunchableRequest request) override;
|
|
|
| - shell::Connector* connector_ = nullptr;
|
| mojo::BindingSet<mojom::Launchable> bindings_;
|
| std::vector<views::Widget*> windows_;
|
|
|
|
|