| Index: services/ui/service.h
|
| diff --git a/services/ui/service.h b/services/ui/service.h
|
| index 8c927ee946d74ebc8781b734518fc33bb2c4b466..273d779498325ac0bcefd946bdc5ff1159bf2106 100644
|
| --- a/services/ui/service.h
|
| +++ b/services/ui/service.h
|
| @@ -99,9 +99,7 @@ class Service
|
| void AddUserIfNecessary(const shell::Identity& remote_identity);
|
|
|
| // 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;
|
|
|
| // WindowServerDelegate:
|
|
|