| Index: content/browser/frame_host/navigator_impl.cc
|
| diff --git a/content/browser/frame_host/navigator_impl.cc b/content/browser/frame_host/navigator_impl.cc
|
| index 21952da3261bcb22e4d506b6637f25472695ba0e..bce2e4133041fa18c518e3679ac1d556d9761e26 100644
|
| --- a/content/browser/frame_host/navigator_impl.cc
|
| +++ b/content/browser/frame_host/navigator_impl.cc
|
| @@ -400,6 +400,7 @@ bool NavigatorImpl::NavigateToEntry(
|
| entry.ConstructRequestNavigationParams(
|
| frame_entry, is_same_document_history_load,
|
| is_history_navigation_in_new_child,
|
| + entry.HasSubtreeHistoryItems(frame_tree_node),
|
| frame_tree_node->has_committed_real_load(),
|
| controller_->GetPendingEntryIndex() == -1,
|
| controller_->GetIndexOfEntry(&entry),
|
|
|