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

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

Issue 2843043002: network service: Create URLLoader for service worker navigation case
Patch Set: . Created 3 years, 8 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_context_wrapper.h
diff --git a/content/browser/service_worker/service_worker_context_wrapper.h b/content/browser/service_worker/service_worker_context_wrapper.h
index 7fe964f5dd32c4d078dc7fe0be689639e5f6da74..e01fe7254b24828ee21b8119aef6f805486aa204 100644
--- a/content/browser/service_worker/service_worker_context_wrapper.h
+++ b/content/browser/service_worker/service_worker_context_wrapper.h
@@ -233,11 +233,13 @@ class CONTENT_EXPORT ServiceWorkerContextWrapper
friend class EmbeddedWorkerTestHelper;
friend class EmbeddedWorkerBrowserTest;
friend class ForeignFetchRequestHandler;
+ friend class NavigationURLLoaderNetworkService;
friend class ServiceWorkerDispatcherHost;
friend class ServiceWorkerInternalsUI;
friend class ServiceWorkerNavigationHandleCore;
friend class ServiceWorkerProcessManager;
friend class ServiceWorkerRequestHandler;
+ friend class ServiceWorkerURLLoaderFactoryCreation;
friend class ServiceWorkerVersionBrowserTest;
friend class MockServiceWorkerContextWrapper;

Powered by Google App Engine
This is Rietveld 408576698