| Index: content/browser/frame_host/navigator_impl.cc | 
| diff --git a/content/browser/frame_host/navigator_impl.cc b/content/browser/frame_host/navigator_impl.cc | 
| index 5d9f22528208fe1beaa2dd7ec1b3c455b248e52c..788c23d356b18b45d4df4d95cec5b5bfa4f5ae1a 100644 | 
| --- a/content/browser/frame_host/navigator_impl.cc | 
| +++ b/content/browser/frame_host/navigator_impl.cc | 
| @@ -341,11 +341,12 @@ bool NavigatorImpl::NavigateToEntry( | 
| ? LOFI_OFF | 
| : LOFI_UNSPECIFIED); | 
| dest_render_frame_host->Navigate( | 
| -        entry.ConstructCommonNavigationParams( | 
| -            dest_url, dest_referrer, frame_entry, navigation_type, lofi_state), | 
| +        entry.ConstructCommonNavigationParams(dest_url, dest_referrer, | 
| +                                              frame_entry, navigation_type, | 
| +                                              lofi_state, navigation_start), | 
| entry.ConstructStartNavigationParams(), | 
| entry.ConstructRequestNavigationParams( | 
| -            frame_entry, navigation_start, is_same_document_history_load, | 
| +            frame_entry, is_same_document_history_load, | 
| frame_tree_node->has_committed_real_load(), | 
| controller_->GetPendingEntryIndex() == -1, | 
| controller_->GetIndexOfEntry(&entry), | 
|  |