| Index: mojo/shell/public/cpp/shell_connection.h
|
| diff --git a/mojo/shell/public/cpp/shell_connection.h b/mojo/shell/public/cpp/shell_connection.h
|
| index d0e9b5cf602066c804e2f5c131c5f000f0a1ce43..8132425efa85c5fb29ba36fdd227c56f2bb8836b 100644
|
| --- a/mojo/shell/public/cpp/shell_connection.h
|
| +++ b/mojo/shell/public/cpp/shell_connection.h
|
| @@ -91,10 +91,12 @@ class ShellConnection : public Shell, public shell::mojom::ShellClient {
|
| // shell::mojom::ShellClient:
|
| void Initialize(shell::mojom::ShellPtr shell,
|
| const mojo::String& url,
|
| - uint32_t id) override;
|
| + uint32_t id,
|
| + uint32_t user_id) override;
|
| void AcceptConnection(
|
| const String& requestor_url,
|
| uint32_t requestor_id,
|
| + uint32_t requestor_user_id,
|
| shell::mojom::InterfaceProviderRequest remote_interfaces,
|
| shell::mojom::InterfaceProviderPtr local_interfaces,
|
| Array<String> allowed_interfaces,
|
|
|