| Index: mojo/shell/runner/host/switches.cc
|
| diff --git a/mojo/shell/runner/host/switches.cc b/mojo/shell/runner/host/switches.cc
|
| index 5ecabdcb2d75253b89ca9a4670341b50b2752c5d..e011c87678b63332c9ef37fbc78a4b15bb092033 100644
|
| --- a/mojo/shell/runner/host/switches.cc
|
| +++ b/mojo/shell/runner/host/switches.cc
|
| @@ -14,4 +14,8 @@ const char kChildProcess[] = "child-process";
|
| // Enables the sandbox on this process.
|
| const char kEnableSandbox[] = "enable-sandbox";
|
|
|
| +// Provides a child process with a token string they can use to establish a
|
| +// primordial message pipe to the parent.
|
| +const char kPrimordialPipeToken[] = "primordial-pipe-token";
|
| +
|
| } // namespace switches
|
|
|