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

Unified Diff: services/tracing/service.cc

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/tracing/service.h ('k') | no next file » | 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 31cfcde849ba526f084cf48a047a60b70356818a..f2a6c3b3ad4dc0751715fa70ce3481de17270f52 100644
--- a/services/tracing/service.cc
+++ b/services/tracing/service.cc
@@ -28,7 +28,7 @@ bool Service::OnConnect(const service_manager::ServiceInfo& remote_info,
return true;
}
-bool Service::OnStop() {
+bool Service::OnServiceManagerConnectionLost() {
// TODO(beng): This is only required because Service isn't run by
// ServiceRunner - instead it's launched automatically by the standalone
// service manager. It shouldn't be.
« no previous file with comments | « services/tracing/service.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698