| Index: content/common/navigation_params.cc
|
| diff --git a/content/common/navigation_params.cc b/content/common/navigation_params.cc
|
| index 5c5dfc778fe5c9be0097c21c204f815da8960176..084519a26f66f443de0eb62b730ea5988a6cb2cc 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_DEFAULT) {
|
| }
|
|
|
| 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_DEFAULT) {
|
| }
|
|
|
| CommonNavigationParams::~CommonNavigationParams() {
|
|
|