| Index: services/service_manager/service_manager.h
|
| diff --git a/services/service_manager/service_manager.h b/services/service_manager/service_manager.h
|
| index 0c2a4da191116ccc01a20855cf299edccdbf98b9..c027453fa4717e9b1e8e5cde7ce836fd12e345b0 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,
|
|
|