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

Unified Diff: services/service_manager/tests/lifecycle/app_client.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
Index: services/service_manager/tests/lifecycle/app_client.h
diff --git a/services/service_manager/tests/lifecycle/app_client.h b/services/service_manager/tests/lifecycle/app_client.h
index 2c31a3fc22c8a9704507fdb5ada87255c472f8be..9d8baad6967349486cc5632130534181294dc19e 100644
--- a/services/service_manager/tests/lifecycle/app_client.h
+++ b/services/service_manager/tests/lifecycle/app_client.h
@@ -31,7 +31,7 @@ class AppClient : public Service,
// Service:
bool OnConnect(const ServiceInfo& remote_info,
InterfaceRegistry* registry) override;
- bool OnStop() override;
+ bool OnServiceManagerConnectionLost() override;
// InterfaceFactory<LifecycleControl>:
void Create(const Identity& remote_identity,
« no previous file with comments | « services/service_manager/tests/connect/connect_test_package.cc ('k') | services/service_manager/tests/lifecycle/app_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698