| 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 a4a331acaedc261b1b0cd13e13a35e1937d44e0c..11c508f6edce673c64cda68c3abcc324ab878e06 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.h
|
| +++ b/content/browser/renderer_host/render_process_host_impl.h
|
| @@ -529,6 +529,8 @@ class CONTENT_EXPORT RenderProcessHostImpl
|
| base::WaitableEvent never_signaled_;
|
| #endif
|
|
|
| + std::string channel_token_;
|
| +
|
| base::WeakPtrFactory<RenderProcessHostImpl> weak_factory_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(RenderProcessHostImpl);
|
|
|