| Index: mojo/services/network/network_service_delegate.h
|
| diff --git a/mojo/services/network/network_service_delegate.h b/mojo/services/network/network_service_delegate.h
|
| index 7890c2237989bfd0c450a4796bc49e1a2f504975..678db5aeef2df6202da2f25db4d1fff410b82184 100644
|
| --- a/mojo/services/network/network_service_delegate.h
|
| +++ b/mojo/services/network/network_service_delegate.h
|
| @@ -34,7 +34,8 @@ class NetworkServiceDelegate : public ShellClient,
|
|
|
| private:
|
| // mojo::ShellClient implementation.
|
| - void Initialize(Shell* shell, const std::string& url, uint32_t id) override;
|
| + void Initialize(Shell* shell, const std::string& url,
|
| + uint32_t id, uint32_t user_id) override;
|
| bool AcceptConnection(Connection* connection) override;
|
| bool ShellConnectionLost() override;
|
| void Quit() override;
|
|
|