| 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,
|
|
|