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

Unified Diff: content/child/service_worker/service_worker_network_provider.h

Issue 2653493009: Add two interfaces for ServiceWorkerProviderContext/ProviderHost (Closed)
Patch Set: Skip unittest for CrossSiteTransfer when PlzNavigate Created 3 years, 7 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/child/service_worker/service_worker_network_provider.h
diff --git a/content/child/service_worker/service_worker_network_provider.h b/content/child/service_worker/service_worker_network_provider.h
index 94afa943e54b8a51060aecf3f38b05332b23d283..113d260f5d4adfee990e228855e6517b71542bf5 100644
--- a/content/child/service_worker/service_worker_network_provider.h
+++ b/content/child/service_worker/service_worker_network_provider.h
@@ -78,6 +78,7 @@ class CONTENT_EXPORT ServiceWorkerNetworkProvider {
const int provider_id_;
scoped_refptr<ServiceWorkerProviderContext> context_;
mojom::ServiceWorkerDispatcherHostAssociatedPtr dispatcher_host_;
+ mojom::ServiceWorkerProviderHostAssociatedPtr provider_host_;
DISALLOW_COPY_AND_ASSIGN(ServiceWorkerNetworkProvider);
};

Powered by Google App Engine
This is Rietveld 408576698