| Index: mash/quick_launch/quick_launch_application.h
|
| diff --git a/mash/quick_launch/quick_launch_application.h b/mash/quick_launch/quick_launch_application.h
|
| index 6da9d7420078880fc70e5fbd71878873f6248f7f..639a8c1967706b1aa170e6ced938daa733cf0095 100644
|
| --- a/mash/quick_launch/quick_launch_application.h
|
| +++ b/mash/quick_launch/quick_launch_application.h
|
| @@ -34,9 +34,7 @@ class QuickLaunchApplication
|
|
|
| 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:
|
| @@ -46,7 +44,6 @@ class QuickLaunchApplication
|
| 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_;
|
|
|
|
|