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

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

Issue 2460223003: Support Service Worker NavigationPreload with PlzNavigate. (Closed)
Patch Set: fix windows compile error 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_navigation_handle.h
diff --git a/content/browser/service_worker/service_worker_navigation_handle.h b/content/browser/service_worker/service_worker_navigation_handle.h
index c5c69388cf7105ec3d4dbd5d33eb4566142ea6eb..3c7a174812b18460e7b430920c1af266ea654997 100644
--- a/content/browser/service_worker/service_worker_navigation_handle.h
+++ b/content/browser/service_worker/service_worker_navigation_handle.h
@@ -10,6 +10,7 @@
namespace content {
+class ResourceMessageFilter;
class ServiceWorkerContextWrapper;
class ServiceWorkerNavigationHandleCore;
@@ -52,8 +53,8 @@ class ServiceWorkerNavigationHandleCore;
// ServiceWorkerProviderHost.
class ServiceWorkerNavigationHandle {
public:
- explicit ServiceWorkerNavigationHandle(
- ServiceWorkerContextWrapper* context_wrapper);
+ ServiceWorkerNavigationHandle(ServiceWorkerContextWrapper* context_wrapper,
+ ResourceMessageFilter* resource_message_filter);
~ServiceWorkerNavigationHandle();
int service_worker_provider_host_id() const {

Powered by Google App Engine
This is Rietveld 408576698