| 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 4833f16c672b70dd2bb14a661ab62eb4a70a32cf..cddc4dc115d97db62e3ed1a8be458399fab22994 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.h
|
| +++ b/content/browser/renderer_host/render_process_host_impl.h
|
| @@ -269,6 +269,8 @@ class CONTENT_EXPORT RenderProcessHostImpl
|
| private:
|
| friend class VisitRelayingRenderProcessHost;
|
|
|
| + void MaybeActivateMojo();
|
| +
|
| // Creates and adds the IO thread message filters.
|
| void CreateMessageFilters();
|
|
|
| @@ -309,6 +311,7 @@ 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.
|
|
|