| 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..3b1f6d85cf295e3414df9b5dbb08c7cdd07610c9 100644
|
| --- a/content/browser/frame_host/navigation_entry_impl.cc
|
| +++ b/content/browser/frame_host/navigation_entry_impl.cc
|
| @@ -441,7 +441,8 @@ CommonNavigationParams NavigationEntryImpl::ConstructCommonNavigationParams(
|
| const GURL& dest_url,
|
| const Referrer& dest_referrer,
|
| const FrameNavigationEntry& frame_entry,
|
| - FrameMsg_Navigate_Type::Value navigation_type) const {
|
| + FrameMsg_Navigate_Type::Value navigation_type,
|
| + LoFiState lofi_state) const {
|
| FrameMsg_UILoadMetricsReportType::Value report_type =
|
| FrameMsg_UILoadMetricsReportType::NO_REPORT;
|
| base::TimeTicks ui_timestamp = base::TimeTicks();
|
| @@ -454,7 +455,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_state);
|
| }
|
|
|
| StartNavigationParams NavigationEntryImpl::ConstructStartNavigationParams()
|
|
|