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 36f8f9a0f4ea81bc90fad6283075b047784ca891..d213497498dcbf4d6db91f2dbe7013001bd14dd1 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.h |
+++ b/content/browser/renderer_host/render_process_host_impl.h |
@@ -283,6 +283,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(); |