| Index: services/service_manager/runner/common/client_util.h
|
| diff --git a/services/service_manager/runner/common/client_util.h b/services/service_manager/runner/common/client_util.h
|
| index 4ed4e1974ccd5d2ffa38faaf9fa7416e88b3c101..2ca1213a692a43e285da956c5d25f901daf762f2 100644
|
| --- a/services/service_manager/runner/common/client_util.h
|
| +++ b/services/service_manager/runner/common/client_util.h
|
| @@ -27,7 +27,8 @@ mojom::ServicePtr PassServiceRequestOnCommandLine(
|
| // PassServiceRequestOnCommandLine().
|
| mojom::ServiceRequest GetServiceRequestFromCommandLine();
|
|
|
| -// Returns true if the ServiceRequest came via the command line from a shell
|
| +// Returns true if the ServiceRequest came via the command line from a service
|
| +// manager
|
| // instance in another process.
|
| bool ServiceManagerIsRemote();
|
|
|
|
|