| Index: services/user/user_shell_client.h
|
| diff --git a/services/user/user_shell_client.h b/services/user/user_shell_client.h
|
| index 850a94f1ba29159ac5f7f95cffd2c2a4af0b3a74..3684a59e4332354f5a26bd9a025e776bf9aec160 100644
|
| --- a/services/user/user_shell_client.h
|
| +++ b/services/user/user_shell_client.h
|
| @@ -33,9 +33,7 @@ class UserShellClient
|
|
|
| private:
|
| // |Service| override:
|
| - 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;
|
|
|
| // |InterfaceFactory<mojom::UserService>| implementation:
|
|
|