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

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

Issue 1294243004: PlzNavigate: Make ServiceWorker work with PlzNavigate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 5 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_request.h
diff --git a/content/browser/frame_host/navigation_request.h b/content/browser/frame_host/navigation_request.h
index 5d3bf110a8bb03eab8211c04a00768a650a75094..11a328b6304eec685d2563fd1b864dca080a36ef 100644
--- a/content/browser/frame_host/navigation_request.h
+++ b/content/browser/frame_host/navigation_request.h
@@ -166,9 +166,11 @@ class CONTENT_EXPORT NavigationRequest : public NavigationURLLoaderDelegate {
// redirects.
// Note: |common_params_| and |begin_params_| are not const as they can be
// modified during redirects.
+ // Note: |request_params_| is not const because the service_worker_provider_id
+ // will be set in BeginNavigation.
CommonNavigationParams common_params_;
BeginNavigationParams begin_params_;
- const RequestNavigationParams request_params_;
+ RequestNavigationParams request_params_;
const bool browser_initiated_;
NavigationState state_;

Powered by Google App Engine
This is Rietveld 408576698