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

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

Issue 2465813003: Stop using MojoURLLoaderFactoryGetter. (Closed)
Patch Set: Created 4 years, 1 month 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_fetch_dispatcher.h
diff --git a/content/browser/service_worker/service_worker_fetch_dispatcher.h b/content/browser/service_worker/service_worker_fetch_dispatcher.h
index c81ccef7632a09800784564d2e74808587a93908..e6985500f85171c1b8df3c7e25ea1d9f507fd552 100644
--- a/content/browser/service_worker/service_worker_fetch_dispatcher.h
+++ b/content/browser/service_worker/service_worker_fetch_dispatcher.h
@@ -44,9 +44,7 @@ class CONTENT_EXPORT ServiceWorkerFetchDispatcher {
// If appropriate, starts the navigation preload request and creates
// |preload_handle_|.
- void MaybeStartNavigationPreload(
- net::URLRequest* original_request,
- const MojoURLLoaderFactoryGetter& url_loader_factory_getter);
+ void MaybeStartNavigationPreload(net::URLRequest* original_request);
// Dispatches a fetch event to the |version| given in ctor, and fires
// |fetch_callback| (also given in ctor) when finishes. It runs

Powered by Google App Engine
This is Rietveld 408576698