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