| 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 0ed1f445b42f87117144c66e2b533d6826ef3f28..4a679aa2d23ecc865ad4b52640b79c7847051543 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.h
|
| +++ b/content/browser/renderer_host/render_process_host_impl.h
|
| @@ -256,9 +256,6 @@ class CONTENT_EXPORT RenderProcessHostImpl
|
| // immediately after receiving response headers.
|
| void ResumeResponseDeferredAtStart(const GlobalRequestID& request_id);
|
|
|
| - // Activates Mojo for this process. Does nothing if Mojo is already activated.
|
| - void EnsureMojoActivated();
|
| -
|
| // PlzNavigate
|
| // Returns the time the first call to Init completed successfully (after a new
|
| // renderer process was created); further calls to Init won't change this
|
| @@ -294,7 +291,6 @@ class CONTENT_EXPORT RenderProcessHostImpl
|
| private:
|
| friend class VisitRelayingRenderProcessHost;
|
|
|
| - void MaybeActivateMojo();
|
| bool ShouldUseMojoChannel() const;
|
| scoped_ptr<IPC::ChannelProxy> CreateChannelProxy(
|
| const std::string& channel_id);
|
| @@ -342,7 +338,6 @@ class CONTENT_EXPORT RenderProcessHostImpl
|
| #endif
|
|
|
| scoped_ptr<MojoApplicationHost> mojo_application_host_;
|
| - bool mojo_activation_required_;
|
|
|
| // The registered IPC listener objects. When this list is empty, we should
|
| // delete ourselves.
|
|
|