| Index: content/browser/frame_host/navigation_entry_impl.h
|
| diff --git a/content/browser/frame_host/navigation_entry_impl.h b/content/browser/frame_host/navigation_entry_impl.h
|
| index 8b5066e3e5dc986eab8195128327c4e715567084..922cd9d3398d1ad372b83fb56b699e14be8d36e5 100644
|
| --- a/content/browser/frame_host/navigation_entry_impl.h
|
| +++ b/content/browser/frame_host/navigation_entry_impl.h
|
| @@ -165,7 +165,8 @@ class CONTENT_EXPORT NavigationEntryImpl
|
| FrameMsg_Navigate_Type::Value navigation_type,
|
| LoFiState lofi_state,
|
| const base::TimeTicks& navigation_start) const;
|
| - StartNavigationParams ConstructStartNavigationParams() const;
|
| + StartNavigationParams ConstructStartNavigationParams(
|
| + const NavigationHandleImpl& navigation_handle) const;
|
| RequestNavigationParams ConstructRequestNavigationParams(
|
| const FrameNavigationEntry& frame_entry,
|
| bool is_same_document_history_load,
|
|
|