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 f95e944a42595f2c9018bec236c12f3d1010e90f..252d54726314fc20fd20e4150c2bbb1b8f7da769 100644 |
--- a/content/browser/frame_host/navigation_request.cc |
+++ b/content/browser/frame_host/navigation_request.cc |
@@ -218,7 +218,7 @@ void NavigationRequest::BeginNavigation() { |
void NavigationRequest::CreateNavigationHandle() { |
navigation_handle_ = NavigationHandleImpl::Create( |
- common_params_.url, frame_tree_node_); |
+ common_params_.url, frame_tree_node_, common_params_.navigation_start); |
} |
void NavigationRequest::TransferNavigationHandleOwnership( |