| Index: services/service_manager/public/cpp/service_runner.h
|
| diff --git a/services/service_manager/public/cpp/service_runner.h b/services/service_manager/public/cpp/service_runner.h
|
| index 0f587d1185ab23258cd574a3062d574206fc662d..45c32c0d958601dff6c46f3cf62ede0c2e9ddcc6 100644
|
| --- a/services/service_manager/public/cpp/service_runner.h
|
| +++ b/services/service_manager/public/cpp/service_runner.h
|
| @@ -43,10 +43,10 @@ class ServiceRunner {
|
| // Iff |init_base| is true, the runner will perform some initialization of
|
| // base globals (e.g. CommandLine and AtExitManager) before starting the
|
| // service.
|
| - MojoResult Run(MojoHandle shell_handle, bool init_base);
|
| + MojoResult Run(MojoHandle service_manager_handle, bool init_base);
|
|
|
| // Calls Run above with |init_base| set to |true|.
|
| - MojoResult Run(MojoHandle shell_handle);
|
| + MojoResult Run(MojoHandle service_manager_handle);
|
|
|
| // Allows the caller to shut down the connection with the Service Manager.
|
| // After the Service Manager notices the pipe has closed, it will no longer
|
|
|