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

Unified Diff: services/tracing/service.cc

Issue 2435153004: Change Service contract to pass ServiceInfo instead of Identity (Closed)
Patch Set: . Created 4 years, 2 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/tracing/service.h ('k') | services/ui/demo/mus_demo_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/tracing/service.cc
diff --git a/services/tracing/service.cc b/services/tracing/service.cc
index 2e587ae48f26b1552b66b0b1a55299c3502b3348..b4044c7ad01d5b3063655048d596f3ed6c9db4c1 100644
--- a/services/tracing/service.cc
+++ b/services/tracing/service.cc
@@ -19,7 +19,7 @@ namespace tracing {
Service::Service() : collector_binding_(this), tracing_active_(false) {}
Service::~Service() {}
-bool Service::OnConnect(const service_manager::Identity& remote_identity,
+bool Service::OnConnect(const service_manager::ServiceInfo& remote_info,
service_manager::InterfaceRegistry* registry) {
registry->AddInterface<mojom::Factory>(this);
registry->AddInterface<mojom::Collector>(this);
« no previous file with comments | « services/tracing/service.h ('k') | services/ui/demo/mus_demo_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698