Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(483)

Unified Diff: services/shell/public/interfaces/connector.mojom

Issue 2209943002: Eliminate outgoing InterfaceProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tracing
Patch Set: . Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « services/shell/public/cpp/service_context.h ('k') | services/shell/public/interfaces/service.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « services/shell/public/cpp/service_context.h ('k') | services/shell/public/interfaces/service.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698