| 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 6614806ed86248252a72f68954eea952ad29cbc0..caa79f66b321eb795eea7538a279061b846e5e11 100644
|
| --- a/content/browser/frame_host/navigation_entry_impl.h
|
| +++ b/content/browser/frame_host/navigation_entry_impl.h
|
| @@ -153,6 +153,7 @@ class CONTENT_EXPORT NavigationEntryImpl
|
| // Helper functions to construct NavigationParameters for a navigation to this
|
| // NavigationEntry.
|
| CommonNavigationParams ConstructCommonNavigationParams(
|
| + const FrameNavigationEntry& frame_entry,
|
| const GURL& dest_url,
|
| const Referrer& dest_referrer,
|
| FrameMsg_Navigate_Type::Value navigation_type,
|
| @@ -196,7 +197,8 @@ class CONTENT_EXPORT NavigationEntryImpl
|
| const Referrer& referrer,
|
| const PageState& page_state,
|
| const std::string& method,
|
| - int64_t post_id);
|
| + int64_t post_id,
|
| + scoped_refptr<ResourceRequestBody> post_data);
|
|
|
| // Returns the FrameNavigationEntry corresponding to |frame_tree_node|, if
|
| // there is one in this NavigationEntry.
|
|
|