Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(538)

Unified Diff: content/browser/service_worker/service_worker_request_handler.cc

Issue 2446553002: Support Service Worker NavigationPreload with PlzNavigate. (Closed)
Patch Set: remove unnecessary comment Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/service_worker/service_worker_request_handler.cc
diff --git a/content/browser/service_worker/service_worker_request_handler.cc b/content/browser/service_worker/service_worker_request_handler.cc
index 02eafc2e7f8227e1676ecd920ea47441e923e5d4..b71ead5df54e16cfa0aeb713828a6a67c51135ee 100644
--- a/content/browser/service_worker/service_worker_request_handler.cc
+++ b/content/browser/service_worker/service_worker_request_handler.cc
@@ -123,6 +123,7 @@ void ServiceWorkerRequestHandler::InitializeForNavigation(
std::unique_ptr<ServiceWorkerProviderHost> provider_host =
ServiceWorkerProviderHost::PreCreateNavigationHost(
navigation_handle_core->context_wrapper()->context()->AsWeakPtr(),
+ navigation_handle_core->url_loader_factory_getter(),
is_parent_frame_secure);
FinalizeHandlerInitialization(

Powered by Google App Engine
This is Rietveld 408576698