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

Unified Diff: services/service_manager/service_manager.h

Issue 2440903002: Make "all user" services work when packaged. (Closed)
Patch Set: Addressed latest comments and synced. 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/service_manager/service_manager.h
diff --git a/services/service_manager/service_manager.h b/services/service_manager/service_manager.h
index f09253c9eed2a98e8a7e8bdde33aeb52a3c470d1..96bcba83f6f9916380a0c7a7491b5aa6950c2b48 100644
--- a/services/service_manager/service_manager.h
+++ b/services/service_manager/service_manager.h
@@ -122,7 +122,8 @@ class ServiceManager : public Service {
// running as a different user if one is available that services all users.
Instance* GetExistingInstance(const Identity& identity) const;
- void NotifyPIDAvailable(const Identity& identity, base::ProcessId pid);
+ void NotifyServiceStarted(const Identity& identity, base::ProcessId pid);
+ void NotifyServiceFailedToStart(const Identity& identity);
// Attempt to complete the connection requested by |params| by connecting to
// an existing instance. If there is an existing instance, |params| is taken,
« no previous file with comments | « services/service_manager/public/interfaces/service_manager.mojom ('k') | services/service_manager/service_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698