| 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 bccbbcc1f1f200bc35be94bb0661348bc918e5ce..473e446e4af3567a78310216b72d1c3f37d24cb2 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.h
|
| +++ b/content/browser/renderer_host/render_process_host_impl.h
|
| @@ -523,9 +523,6 @@ class CONTENT_EXPORT RenderProcessHostImpl
|
| base::WaitableEvent never_signaled_;
|
| #endif
|
|
|
| - std::string mojo_channel_token_;
|
| - mojo::ScopedMessagePipeHandle in_process_renderer_handle_;
|
| -
|
| base::WeakPtrFactory<RenderProcessHostImpl> weak_factory_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(RenderProcessHostImpl);
|
|
|