| Index: content/common/navigation_params.cc
|
| diff --git a/content/common/navigation_params.cc b/content/common/navigation_params.cc
|
| index 5c5dfc778fe5c9be0097c21c204f815da8960176..5005b0634c340b05bc5270abaae63ecea1165a03 100644
|
| --- a/content/common/navigation_params.cc
|
| +++ b/content/common/navigation_params.cc
|
| @@ -28,7 +28,8 @@ CommonNavigationParams::CommonNavigationParams()
|
| navigation_type(FrameMsg_Navigate_Type::NORMAL),
|
| allow_download(true),
|
| should_replace_current_entry(false),
|
| - report_type(FrameMsg_UILoadMetricsReportType::NO_REPORT) {
|
| + report_type(FrameMsg_UILoadMetricsReportType::NO_REPORT),
|
| + lofi_state(LOFI_UNSPECIFIED) {
|
| }
|
|
|
| CommonNavigationParams::CommonNavigationParams(
|
| @@ -51,7 +52,8 @@ CommonNavigationParams::CommonNavigationParams(
|
| ui_timestamp(ui_timestamp),
|
| report_type(report_type),
|
| base_url_for_data_url(base_url_for_data_url),
|
| - history_url_for_data_url(history_url_for_data_url) {
|
| + history_url_for_data_url(history_url_for_data_url),
|
| + lofi_state(LOFI_UNSPECIFIED) {
|
| }
|
|
|
| CommonNavigationParams::~CommonNavigationParams() {
|
|
|