| 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..d2b34d3bdd59f8a0b08eec02af388bcf02e80a10 100644
|
| --- a/content/browser/frame_host/navigation_entry_impl.h
|
| +++ b/content/browser/frame_host/navigation_entry_impl.h
|
| @@ -160,6 +160,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,
|
|
|