| Index: services/ui/service.h
|
| diff --git a/services/ui/service.h b/services/ui/service.h
|
| index ca7589f72a8d8aa71fd7d0ed801233d39c7dca8d..0f6dbc398cbf2b71b82137cea530b637e240525c 100644
|
| --- a/services/ui/service.h
|
| +++ b/services/ui/service.h
|
| @@ -97,7 +97,8 @@ class Service
|
|
|
| // shell::Service:
|
| void OnStart(const shell::Identity& identity) override;
|
| - bool OnConnect(shell::Connection* connection) override;
|
| + bool OnConnect(const shell::Identity& remote_identity,
|
| + shell::InterfaceRegistry* registry) override;
|
|
|
| // WindowServerDelegate:
|
| void OnFirstDisplayReady() override;
|
|
|