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 7048ba5a54b173bb6e96100e1b7fb190907ef886..6f92b94533e701df78caf4ff9a28c1eda792ccae 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -67,7 +67,6 @@ |
#include "content/browser/message_port_message_filter.h" |
#include "content/browser/mime_registry_message_filter.h" |
#include "content/browser/mojo/mojo_application_host.h" |
-#include "content/browser/navigator_connect/navigator_connect_context.h" |
#include "content/browser/navigator_connect/navigator_connect_dispatcher_host.h" |
#include "content/browser/notifications/notification_message_filter.h" |
#include "content/browser/permissions/permission_service_context.h" |
@@ -115,6 +114,7 @@ |
#include "content/common/view_messages.h" |
#include "content/public/browser/browser_context.h" |
#include "content/public/browser/content_browser_client.h" |
+#include "content/public/browser/navigator_connect_context.h" |
#include "content/public/browser/notification_service.h" |
#include "content/public/browser/notification_types.h" |
#include "content/public/browser/render_process_host_factory.h" |
@@ -886,7 +886,6 @@ void RenderProcessHostImpl::CreateMessageFilters() { |
AddFilter(new GeofencingDispatcherHost( |
storage_partition_impl_->GetGeofencingManager())); |
AddFilter(new NavigatorConnectDispatcherHost( |
- storage_partition_impl_->GetServiceWorkerContext(), |
storage_partition_impl_->GetNavigatorConnectContext())); |
if (browser_command_line.HasSwitch( |
switches::kEnableExperimentalWebPlatformFeatures)) { |