| Index: content/browser/renderer_host/render_process_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h
|
| index 36e585409aa85002d51ccff1a8352564c723bc2e..b99f92032c4688a1d25dfadad52bb72b544fa619 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.h
|
| +++ b/content/browser/renderer_host/render_process_host_impl.h
|
| @@ -375,6 +375,7 @@ class CONTENT_EXPORT RenderProcessHostImpl
|
| const std::unique_ptr<SafeSenderProxy> immediate_sender_;
|
| const std::unique_ptr<SafeSenderProxy> io_thread_sender_;
|
|
|
| + std::string child_token_;
|
| std::unique_ptr<MojoChildConnection> mojo_child_connection_;
|
| std::unique_ptr<MojoApplicationHost> mojo_application_host_;
|
|
|
|
|