| Index: content/child/child_thread_impl.h
|
| diff --git a/content/child/child_thread_impl.h b/content/child/child_thread_impl.h
|
| index fec7da769063e861bb8228b747c0ceb3b7be5774..fe2cc28f1e916509272759e999691f3ca0e8f721 100644
|
| --- a/content/child/child_thread_impl.h
|
| +++ b/content/child/child_thread_impl.h
|
| @@ -306,6 +306,7 @@ struct ChildThreadImpl::Options {
|
| scoped_refptr<base::SequencedTaskRunner> browser_process_io_runner;
|
| std::vector<IPC::MessageFilter*> startup_filters;
|
| mojo::MessagePipeHandle in_process_message_pipe_handle;
|
| + std::string in_process_application_token;
|
|
|
| private:
|
| Options();
|
|
|