| Index: services/user/user_shell_client.h
|
| diff --git a/services/user/user_shell_client.h b/services/user/user_shell_client.h
|
| index 3684a59e4332354f5a26bd9a025e776bf9aec160..e0e1c6515be01eec0cca65207ee8c355311fb0bf 100644
|
| --- a/services/user/user_shell_client.h
|
| +++ b/services/user/user_shell_client.h
|
| @@ -34,7 +34,8 @@ class UserShellClient
|
| private:
|
| // |Service| override:
|
| void OnStart(const shell::Identity& identity) override;
|
| - bool OnConnect(shell::Connection* connection) override;
|
| + bool OnConnect(const shell::Identity& remote_identity,
|
| + shell::InterfaceRegistry* registry) override;
|
|
|
| // |InterfaceFactory<mojom::UserService>| implementation:
|
| void Create(const shell::Identity& remote_identity,
|
| @@ -44,8 +45,6 @@ class UserShellClient
|
| void Create(const shell::Identity& remote_identity,
|
| leveldb::mojom::LevelDBServiceRequest request) override;
|
|
|
| - void OnLevelDBServiceRequest(shell::Connection* connection,
|
| - leveldb::mojom::LevelDBServiceRequest request);
|
| void OnLevelDBServiceError();
|
|
|
| scoped_refptr<base::SingleThreadTaskRunner> user_service_runner_;
|
|
|