| Index: services/shell/runner/host/child_process_host.h
|
| diff --git a/services/shell/runner/host/child_process_host.h b/services/shell/runner/host/child_process_host.h
|
| index 3234cd90cbe92a29a04dd2fe2cfe856f4e30d022..4022951a477781a126182d7637d0032d8f6d2d8a 100644
|
| --- a/services/shell/runner/host/child_process_host.h
|
| +++ b/services/shell/runner/host/child_process_host.h
|
| @@ -83,6 +83,7 @@ class ChildProcessHost {
|
| // Used to initialize the Mojo IPC channel between parent and child.
|
| std::unique_ptr<mojo::edk::PlatformChannelPair> mojo_ipc_channel_;
|
| mojo::edk::HandlePassingInformation handle_passing_info_;
|
| + const std::string child_token_;
|
|
|
| // Since Start() calls a method on another thread, we use an event to block
|
| // the main thread if it tries to destruct |this| while launching the process.
|
|
|