| Index: services/shell/public/interfaces/connector.mojom
|
| diff --git a/services/shell/public/interfaces/connector.mojom b/services/shell/public/interfaces/connector.mojom
|
| index 1f83e529f3f4ae5983e0c078dc005dc918f9204f..bb675fa6a0ed18d464b0ef048f593099e3fadd5c 100644
|
| --- a/services/shell/public/interfaces/connector.mojom
|
| +++ b/services/shell/public/interfaces/connector.mojom
|
| @@ -108,12 +108,6 @@ interface Connector {
|
| // InterfaceParameter are filtered by the security policy described by the
|
| // source and target application manifests.
|
| //
|
| - // local_interfaces
|
| - // Allows the remote application access to interface implementations
|
| - // exposed by the source application. The interfaces accessible via this
|
| - // InterfaceProvider are filtered by the security policy described by the
|
| - // source and target application manifests.
|
| - //
|
| // client_process_connection
|
| // When non-null, supplies control pipes the shell can use to bind a
|
| // process created by the client, instead of creating one itself.
|
| @@ -135,7 +129,6 @@ interface Connector {
|
| //
|
| Connect(Identity target,
|
| InterfaceProvider&? remote_interfaces,
|
| - InterfaceProvider? local_interfaces,
|
| ClientProcessConnection? client_process_connection) =>
|
| (ConnectResult result, string user_id, uint32 application_id);
|
|
|
|
|