| Index: content/common/navigation_params.cc
|
| diff --git a/content/common/navigation_params.cc b/content/common/navigation_params.cc
|
| index 5c5dfc778fe5c9be0097c21c204f815da8960176..2ba16f50bfd7a5f63ec2c9b01d1a1202d2cc446b 100644
|
| --- a/content/common/navigation_params.cc
|
| +++ b/content/common/navigation_params.cc
|
| @@ -115,7 +115,8 @@ RequestNavigationParams::RequestNavigationParams()
|
| pending_history_list_offset(-1),
|
| current_history_list_offset(-1),
|
| current_history_list_length(0),
|
| - should_clear_history_list(false) {
|
| + should_clear_history_list(false),
|
| + lofi_state(LOFI_DEFAULT) {
|
| }
|
|
|
| RequestNavigationParams::RequestNavigationParams(
|
| @@ -148,7 +149,8 @@ RequestNavigationParams::RequestNavigationParams(
|
| pending_history_list_offset(pending_history_list_offset),
|
| current_history_list_offset(current_history_list_offset),
|
| current_history_list_length(current_history_list_length),
|
| - should_clear_history_list(should_clear_history_list) {
|
| + should_clear_history_list(should_clear_history_list),
|
| + lofi_state(LOFI_DEFAULT) {
|
| }
|
|
|
| RequestNavigationParams::~RequestNavigationParams() {
|
|
|