| 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 57218e7c55c73469cd522572a5cce979775c1d36..294d086ce677a3f8817dd8ec3b4643e594a10944 100644
|
| --- a/content/browser/frame_host/navigation_request.h
|
| +++ b/content/browser/frame_host/navigation_request.h
|
| @@ -171,9 +171,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 service_worker_provider_id
|
| + // and should_create_service_worker will be set in OnResponseStarted.
|
| CommonNavigationParams common_params_;
|
| BeginNavigationParams begin_params_;
|
| - const RequestNavigationParams request_params_;
|
| + RequestNavigationParams request_params_;
|
| const bool browser_initiated_;
|
|
|
| NavigationState state_;
|
|
|