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

Unified Diff: services/tracing/service.h

Issue 2701883002: service_manager: More consistent Service lifecycle API (Closed)
Patch Set: . Created 3 years, 10 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/shape_detection/shape_detection_service.cc ('k') | services/tracing/service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/tracing/service.h
diff --git a/services/tracing/service.h b/services/tracing/service.h
index 5938b07f05b96e1e3e5fbd5231ea193799bc9c4c..b45d54c8874870c982856017fb67f34a92a94b4e 100644
--- a/services/tracing/service.h
+++ b/services/tracing/service.h
@@ -38,7 +38,7 @@ class Service : public service_manager::Service,
// service_manager::Service implementation.
bool OnConnect(const service_manager::ServiceInfo& remote_info,
service_manager::InterfaceRegistry* registry) override;
- bool OnStop() override;
+ bool OnServiceManagerConnectionLost() override;
// service_manager::InterfaceFactory<mojom::Factory>:
void Create(const service_manager::Identity& remote_identity,
« no previous file with comments | « services/shape_detection/shape_detection_service.cc ('k') | services/tracing/service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698