| 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 e6c7d7c44e3d608f5490628e4f6c960f9af7f429..4254e6af432f3e00801b70136cc28dd2a8ad05ab 100644
|
| --- a/content/browser/frame_host/navigation_entry_impl.h
|
| +++ b/content/browser/frame_host/navigation_entry_impl.h
|
| @@ -144,6 +144,8 @@ class CONTENT_EXPORT NavigationEntryImpl
|
| // Helper functions to construct NavigationParameters for a navigation to this
|
| // NavigationEntry.
|
| CommonNavigationParams ConstructCommonNavigationParams(
|
| + const GURL& dest_url,
|
| + const Referrer& dest_referrer,
|
| const FrameNavigationEntry& frame_entry,
|
| FrameMsg_Navigate_Type::Value navigation_type) const;
|
| StartNavigationParams ConstructStartNavigationParams() const;
|
|
|