Index: content/browser/loader/resource_dispatcher_host_impl.h |
diff --git a/content/browser/loader/resource_dispatcher_host_impl.h b/content/browser/loader/resource_dispatcher_host_impl.h |
index d147a2824fa6046c08163b26f2a0269dc666aa8b..1b2383fd916ff1ef6224c92f233c1526b6326dbf 100644 |
--- a/content/browser/loader/resource_dispatcher_host_impl.h |
+++ b/content/browser/loader/resource_dispatcher_host_impl.h |
@@ -296,11 +296,9 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl |
// PlzNavigate: Begins a request for NavigationURLLoader. |loader| is the |
// loader to attach to the leaf resource handler. |
- void BeginNavigationRequest( |
- ResourceContext* resource_context, |
- const NavigationRequestInfo& info, |
- NavigationURLLoaderImplCore* loader, |
- ServiceWorkerNavigationHandleCore* service_worker_handle_core); |
+ void BeginNavigationRequest(ResourceContext* resource_context, |
+ const NavigationRequestInfo& info, |
+ NavigationURLLoaderImplCore* loader); |
// Turns on stale-while-revalidate support, regardless of command-line flags |
// or experiment status. For unit tests only. |