| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
| index 67c5e5d64a18b8230867611b904860f3603a688c..d8148f1e9c54885f8a9981174df077b4f7528f8a 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -95,6 +95,7 @@
|
| #include "content/browser/media/midi_host.h"
|
| #include "content/browser/memory/memory_coordinator_impl.h"
|
| #include "content/browser/mime_registry_impl.h"
|
| +#include "content/browser/net/reporting_service_proxy.h"
|
| #include "content/browser/notifications/notification_message_filter.h"
|
| #include "content/browser/notifications/platform_notification_context_impl.h"
|
| #include "content/browser/payments/payment_manager.h"
|
| @@ -1671,6 +1672,9 @@ void RenderProcessHostImpl::RegisterMojoInterfaces() {
|
| resource_message_filter_, service_worker_context));
|
| }
|
|
|
| + registry->AddInterface(
|
| + base::Bind(&CreateReportingServiceProxy, storage_partition_impl_));
|
| +
|
| // This is to support usage of WebSockets in cases in which there is no
|
| // associated RenderFrame (e.g., Shared Workers).
|
| AddUIThreadInterface(registry.get(),
|
|
|