Index: content/browser/frame_host/navigation_request.cc |
diff --git a/content/browser/frame_host/navigation_request.cc b/content/browser/frame_host/navigation_request.cc |
index e4546b7adf319feca8853d4925e9261381235efd..c7d63ff3a3ede50830f32a494cdd287048bb9279 100644 |
--- a/content/browser/frame_host/navigation_request.cc |
+++ b/content/browser/frame_host/navigation_request.cc |
@@ -219,12 +219,13 @@ std::unique_ptr<NavigationRequest> NavigationRequest::CreateBrowserInitiated( |
std::unique_ptr<NavigationRequest> navigation_request(new NavigationRequest( |
frame_tree_node, common_params, |
- BeginNavigationParams(entry.extra_headers(), net::LOAD_NORMAL, |
- false, // has_user_gestures |
- false, // skip_service_worker |
- REQUEST_CONTEXT_TYPE_LOCATION, |
- blink::WebMixedContentContextType::Blockable, |
- initiator), |
+ BeginNavigationParams( |
+ entry.extra_headers(), net::LOAD_NORMAL, |
+ false, // has_user_gestures |
+ false, // skip_service_worker |
+ REQUEST_CONTEXT_TYPE_LOCATION, |
+ blink::WebMixedContentContextType::Blockable, initiator, |
+ kInvalidRenderNavigationId), // renderer_navigation_id |
entry.ConstructRequestNavigationParams( |
frame_entry, common_params.url, common_params.method, |
is_history_navigation_in_new_child, |