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

Unified Diff: content/browser/frame_host/navigation_handle_impl.h

Issue 2446553002: Support Service Worker NavigationPreload with PlzNavigate. (Closed)
Patch Set: remove unnecessary comment Created 4 years, 2 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/frame_host/navigation_handle_impl.h
diff --git a/content/browser/frame_host/navigation_handle_impl.h b/content/browser/frame_host/navigation_handle_impl.h
index 58aff96b249dfb6a28b8b30a6bf62f8543029eda..bd2645bcbc3d82d957c9f31c511fecad380693ff 100644
--- a/content/browser/frame_host/navigation_handle_impl.h
+++ b/content/browser/frame_host/navigation_handle_impl.h
@@ -17,6 +17,7 @@
#include "content/browser/frame_host/frame_tree_node.h"
#include "content/browser/frame_host/render_frame_host_impl.h"
#include "content/common/content_export.h"
+#include "content/common/service_worker/service_worker_types.h"
#include "content/public/browser/global_request_id.h"
#include "content/public/browser/navigation_data.h"
#include "content/public/browser/navigation_throttle.h"
@@ -186,7 +187,8 @@ class CONTENT_EXPORT NavigationHandleImpl : public NavigationHandle {
// PlzNavigate
void InitServiceWorkerHandle(
- ServiceWorkerContextWrapper* service_worker_context);
+ ServiceWorkerContextWrapper* service_worker_context,
+ const MojoURLLoaderFactoryGetter& url_loader_factory_getter);
ServiceWorkerNavigationHandle* service_worker_handle() const {
return service_worker_handle_.get();
}

Powered by Google App Engine
This is Rietveld 408576698