| 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 f4f29ac3b368ed5b1fdda09d83954edd807694ec..18dac77d98ce89aae3b9baa213bf0835beb1fec4 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.h
|
| +++ b/content/browser/renderer_host/render_process_host_impl.h
|
| @@ -279,6 +279,9 @@ class CONTENT_EXPORT RenderProcessHostImpl
|
| friend class VisitRelayingRenderProcessHost;
|
|
|
| void MaybeActivateMojo();
|
| + bool ShouldUseMojoChannel() const;
|
| + scoped_ptr<IPC::ChannelProxy> CreateChannelProxy(
|
| + const std::string& channel_id);
|
|
|
| // Creates and adds the IO thread message filters.
|
| void CreateMessageFilters();
|
|
|