| Index: mojo/shell/public/interfaces/shell_client.mojom
|
| diff --git a/mojo/shell/public/interfaces/shell_client.mojom b/mojo/shell/public/interfaces/shell_client.mojom
|
| index 686296cef44d7af441662669a385f48e186d755c..af0fcb6c8250463dadf8bb14ac16c3256862da3e 100644
|
| --- a/mojo/shell/public/interfaces/shell_client.mojom
|
| +++ b/mojo/shell/public/interfaces/shell_client.mojom
|
| @@ -64,8 +64,8 @@ interface ShellClient {
|
| //
|
| AcceptConnection(string requestor_url,
|
| uint32 requestor_id,
|
| - mojo.InterfaceProvider&? local_interfaces,
|
| - mojo.InterfaceProvider? remote_interfaces,
|
| + InterfaceProvider&? local_interfaces,
|
| + InterfaceProvider? remote_interfaces,
|
| array<string> allowed_interfaces,
|
| string resolved_url);
|
|
|
|
|