| 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 b7bc73347e58e8aba19455838a8930685783c3c5..10f1d74b8641be3365c95d62546f66cd87721eec 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.h
|
| +++ b/content/browser/renderer_host/render_process_host_impl.h
|
| @@ -25,6 +25,7 @@
|
| #include "content/browser/dom_storage/session_storage_namespace_impl.h"
|
| #include "content/browser/renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.h"
|
| #include "content/browser/webrtc/webrtc_eventlog_host.h"
|
| +#include "content/common/associated_interface_registry_impl.h"
|
| #include "content/common/associated_interfaces.mojom.h"
|
| #include "content/common/content_export.h"
|
| #include "content/common/indexed_db/indexed_db.mojom.h"
|
| @@ -456,6 +457,8 @@ class CONTENT_EXPORT RenderProcessHostImpl
|
| // delete ourselves.
|
| IDMap<IPC::Listener*> listeners_;
|
|
|
| + std::unique_ptr<AssociatedInterfaceRegistryImpl> associated_registry_;
|
| +
|
| mojo::AssociatedBinding<mojom::RouteProvider> route_provider_binding_;
|
| mojo::AssociatedBindingSet<mojom::AssociatedInterfaceProvider, int32_t>
|
| associated_interface_provider_bindings_;
|
|
|