| Index: content/browser/frame_host/navigation_entry_impl.cc
|
| diff --git a/content/browser/frame_host/navigation_entry_impl.cc b/content/browser/frame_host/navigation_entry_impl.cc
|
| index 86a2aec4bd1fac3e2911ffc81cd358cc41d44d04..ac94f86b105a2b826bd0a2e1efc468608dc64d65 100644
|
| --- a/content/browser/frame_host/navigation_entry_impl.cc
|
| +++ b/content/browser/frame_host/navigation_entry_impl.cc
|
| @@ -708,7 +708,6 @@ StartNavigationParams NavigationEntryImpl::ConstructStartNavigationParams()
|
|
|
| RequestNavigationParams NavigationEntryImpl::ConstructRequestNavigationParams(
|
| const FrameNavigationEntry& frame_entry,
|
| - bool is_same_document_history_load,
|
| bool is_history_navigation_in_new_child,
|
| const std::map<std::string, bool>& subframe_unique_names,
|
| bool has_committed_real_load,
|
| @@ -741,7 +740,7 @@ RequestNavigationParams NavigationEntryImpl::ConstructRequestNavigationParams(
|
| #endif
|
| RequestNavigationParams request_params(
|
| GetIsOverridingUserAgent(), redirects, GetCanLoadLocalResources(),
|
| - frame_entry.page_state(), GetUniqueID(), is_same_document_history_load,
|
| + frame_entry.page_state(), GetUniqueID(),
|
| is_history_navigation_in_new_child, subframe_unique_names,
|
| has_committed_real_load, intended_as_new_entry, pending_offset_to_send,
|
| current_offset_to_send, current_length_to_send, IsViewSourceMode(),
|
|
|