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 646fc2a3d940b313a2df00e41eee4180844df300..15f1000a9fd629c46a67b523728ebc6ad75d8728 100644 |
--- a/content/browser/loader/resource_dispatcher_host_impl.h |
+++ b/content/browser/loader/resource_dispatcher_host_impl.h |
@@ -297,11 +297,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. |