| 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 e33587cb8fff91d0ba2e94a08fcf3340ded9c0b2..a4d177c6dd77325c1049a97ec01e0772b54dd4d2 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.h
|
| +++ b/content/browser/renderer_host/render_process_host_impl.h
|
| @@ -519,6 +519,7 @@
|
| base::WaitableEvent never_signaled_;
|
| #endif
|
|
|
| + std::string mojo_channel_token_;
|
| mojo::ScopedMessagePipeHandle in_process_renderer_handle_;
|
|
|
| base::WeakPtrFactory<RenderProcessHostImpl> weak_factory_;
|
|
|