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

Unified Diff: services/tracing/service.h

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
Index: services/tracing/service.h
diff --git a/services/tracing/service.h b/services/tracing/service.h
index 2f92e952a9cddacad359685a0f96b7f4939c7a8c..1f8183693133c64bee802d701a1afd05d1040db8 100644
--- a/services/tracing/service.h
+++ b/services/tracing/service.h
@@ -36,7 +36,7 @@ class Service : public service_manager::Service,
private:
// service_manager::Service implementation.
- bool OnConnect(const service_manager::Identity& remote_identity,
+ bool OnConnect(const service_manager::ServiceInfo& remote_info,
service_manager::InterfaceRegistry* registry) override;
bool OnStop() override;

Powered by Google App Engine
This is Rietveld 408576698