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 dc65e5a8df5a31cd7f2a9ffc2a65194722716d14..40372220068460ce77a35d925a0b9edee407fc69 100644 |
--- a/content/browser/loader/resource_dispatcher_host_impl.h |
+++ b/content/browser/loader/resource_dispatcher_host_impl.h |
@@ -67,6 +67,7 @@ class ResourceMessageDelegate; |
class ResourceMessageFilter; |
class ResourceRequestInfoImpl; |
class SaveFileManager; |
+class ServiceWorkerContextWrapper; |
class WebContentsImpl; |
struct CommonNavigationParams; |
struct DownloadSaveInfo; |
@@ -273,10 +274,11 @@ 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, |
- int frame_tree_node_id, |
- const NavigationRequestInfo& info, |
- NavigationURLLoaderImplCore* loader); |
+ void BeginNavigationRequest( |
+ ResourceContext* resource_context, |
+ const NavigationRequestInfo& info, |
+ NavigationURLLoaderImplCore* loader, |
+ ServiceWorkerContextWrapper* service_worker_context); |
michaeln
2015/10/01 01:42:16
its more common to pass refptrs into methods as
Fabrice (no longer in Chrome)
2015/10/01 18:29:55
Done.
|
private: |
friend class ResourceDispatcherHostTest; |