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

Unified Diff: services/shell/public/cpp/service_context.h

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/lib/service_context.cc ('k') | services/shell/public/interfaces/connector.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/public/cpp/service_context.h
diff --git a/services/shell/public/cpp/service_context.h b/services/shell/public/cpp/service_context.h
index 3c1cd07a76638aaeaadc1380877bc1152b3cebc0..e43793f9ea226e692e2cb6eee857a8f2e9eeb35f 100644
--- a/services/shell/public/cpp/service_context.h
+++ b/services/shell/public/cpp/service_context.h
@@ -70,8 +70,7 @@ class ServiceContext : public mojom::Service {
const OnStartCallback& callback) override;
void OnConnect(mojom::IdentityPtr source,
uint32_t source_id,
- mojom::InterfaceProviderRequest remote_interfaces,
- mojom::InterfaceProviderPtr local_interfaces,
+ mojom::InterfaceProviderRequest interfaces,
mojom::CapabilityRequestPtr allowed_capabilities,
const mojo::String& name) override;
« no previous file with comments | « services/shell/public/cpp/lib/service_context.cc ('k') | services/shell/public/interfaces/connector.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698