| Index: services/service_manager/runner/common/switches.cc
|
| diff --git a/services/service_manager/runner/common/switches.cc b/services/service_manager/runner/common/switches.cc
|
| index 1f4a9a9a11688a93d89b84a631e90a99d12c6dfb..25c1766ad7e2e9c9b34143770dfecc5ef7a7813d 100644
|
| --- a/services/service_manager/runner/common/switches.cc
|
| +++ b/services/service_manager/runner/common/switches.cc
|
| @@ -18,6 +18,9 @@ const char kEnableSandbox[] = "enable-sandbox";
|
| // primordial message pipe to the parent.
|
| const char kPrimordialPipeToken[] = "primordial-pipe-token";
|
|
|
| +// The name of the service the process is starting for.
|
| +const char kProcessServiceName[] = "process-service-name";
|
| +
|
| // Specifies a JSON file from which to read a set of service metadata overrides.
|
| // This can be used with the standalone mojo_runner to override executable and
|
| // package resolution behavior.
|
|
|