| Index: content/browser/frame_host/navigation_controller_impl.h
|
| diff --git a/content/browser/frame_host/navigation_controller_impl.h b/content/browser/frame_host/navigation_controller_impl.h
|
| index 82fac02487532cde807c85d0998f6f02246e29b4..c1b23ec06a3566c7d2322ddae3478b85419328ed 100644
|
| --- a/content/browser/frame_host/navigation_controller_impl.h
|
| +++ b/content/browser/frame_host/navigation_controller_impl.h
|
| @@ -207,6 +207,14 @@ class CONTENT_EXPORT NavigationControllerImpl
|
| // Discards only the pending entry.
|
| void DiscardPendingEntry();
|
|
|
| + // Fills in the history parameters required by FrameMsg_Navigate and
|
| + // FrameMsg_CommitNavigation.
|
| + void FillHistoryParametersForNavigationEntry(
|
| + const NavigationEntryImpl& entry,
|
| + int* pending_history_list_offset,
|
| + int* current_history_list_offset,
|
| + int* current_history_list_length) const;
|
| +
|
| private:
|
| friend class RestoreHelper;
|
|
|
|
|