| Index: mojo/shell/runner/host/child_process_host.h
|
| diff --git a/mojo/shell/runner/host/child_process_host.h b/mojo/shell/runner/host/child_process_host.h
|
| index 0cdbea336970671cf0750d42ea37a53d6a9472eb..4f3082b9f5c75b3e82bd8b402cf575f15e0abc50 100644
|
| --- a/mojo/shell/runner/host/child_process_host.h
|
| +++ b/mojo/shell/runner/host/child_process_host.h
|
| @@ -81,6 +81,10 @@ class ChildProcessHost {
|
|
|
| void AppCompleted(int32_t result);
|
|
|
| + // If |true|, the hosted process is neither launched nor owned by this
|
| + // ChildProcessHost.
|
| + bool external_process_ = false;
|
| +
|
| scoped_refptr<base::TaskRunner> launch_process_runner_;
|
| NativeRunnerDelegate* delegate_;
|
| bool start_sandboxed_;
|
|
|