| Index: content/common/service_port_service.mojom
|
| diff --git a/content/common/service_port_service.mojom b/content/common/service_port_service.mojom
|
| index 116194dccb024dd4bd40ea1c37fb30e2271cc572..41cee6a4ea99503e5c73efab2cc7bed3cab8989a 100644
|
| --- a/content/common/service_port_service.mojom
|
| +++ b/content/common/service_port_service.mojom
|
| @@ -30,3 +30,8 @@ interface ServicePortServiceClient {
|
| array<MojoTransferredMessagePort> ports,
|
| array<int32> new_routing_ids);
|
| };
|
| +
|
| +interface ServicePortDispatcher {
|
| + Connect(string target_url, string origin, int32 port_id)
|
| + => (ServicePortConnectResult result, string name, string data);
|
| +};
|
|
|