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

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

Issue 2712713004: service worker: Remove extraneous FetchEventPreloadHandle::New() call (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/service_worker/service_worker_fetch_dispatcher.cc
diff --git a/content/browser/service_worker/service_worker_fetch_dispatcher.cc b/content/browser/service_worker/service_worker_fetch_dispatcher.cc
index 4782c8fd7b55666314660c347c5412ba01f2a271..d29ae197aea07a15aa93600ad3a869c3bc213be4 100644
--- a/content/browser/service_worker/service_worker_fetch_dispatcher.cc
+++ b/content/browser/service_worker/service_worker_fetch_dispatcher.cc
@@ -542,8 +542,6 @@ bool ServiceWorkerFetchDispatcher::MaybeStartNavigationPreload(
ResourceRequesterInfo::CreateForNavigationPreload(requester_info),
mojo::MakeRequest(&url_loader_factory));
- preload_handle_ = mojom::FetchEventPreloadHandle::New();
-
ResourceRequest request;
request.method = original_request->method();
request.url = original_request->url();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698