Index: content/browser/frame_host/navigation_entry_impl.cc |
diff --git a/content/browser/frame_host/navigation_entry_impl.cc b/content/browser/frame_host/navigation_entry_impl.cc |
index 1adb2be5d700a2f168971c42864488bf3594f81b..526496d06c9dad556053b2478c769a48a124fd7d 100644 |
--- a/content/browser/frame_host/navigation_entry_impl.cc |
+++ b/content/browser/frame_host/navigation_entry_impl.cc |
@@ -454,7 +454,7 @@ CommonNavigationParams NavigationEntryImpl::ConstructCommonNavigationParams( |
return CommonNavigationParams( |
dest_url, dest_referrer, GetTransitionType(), navigation_type, |
!IsViewSourceMode(), should_replace_entry(), ui_timestamp, report_type, |
- GetBaseURLForDataURL(), GetHistoryURLForDataURL()); |
+ GetBaseURLForDataURL(), GetHistoryURLForDataURL(), LOFI_UNSPECIFIED); |
} |
StartNavigationParams NavigationEntryImpl::ConstructStartNavigationParams() |