| Index: content/common/navigation_params.cc
|
| diff --git a/content/common/navigation_params.cc b/content/common/navigation_params.cc
|
| index ce64ac6a1c6833b3a25b75318ddc201c615d2cd1..6f853d172c38181127db23dee5bb4a950f98a756 100644
|
| --- a/content/common/navigation_params.cc
|
| +++ b/content/common/navigation_params.cc
|
| @@ -139,7 +139,6 @@
|
| nav_entry_id(0),
|
| is_same_document_history_load(false),
|
| is_history_navigation_in_new_child(false),
|
| - has_subtree_history_items(false),
|
| has_committed_real_load(false),
|
| intended_as_new_entry(false),
|
| pending_history_list_offset(-1),
|
| @@ -159,7 +158,6 @@
|
| int nav_entry_id,
|
| bool is_same_document_history_load,
|
| bool is_history_navigation_in_new_child,
|
| - bool has_subtree_history_items,
|
| bool has_committed_real_load,
|
| bool intended_as_new_entry,
|
| int pending_history_list_offset,
|
| @@ -176,7 +174,6 @@
|
| nav_entry_id(nav_entry_id),
|
| is_same_document_history_load(is_same_document_history_load),
|
| is_history_navigation_in_new_child(is_history_navigation_in_new_child),
|
| - has_subtree_history_items(has_subtree_history_items),
|
| has_committed_real_load(has_committed_real_load),
|
| intended_as_new_entry(intended_as_new_entry),
|
| pending_history_list_offset(pending_history_list_offset),
|
|
|