| 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 96f7ef8d51a0aa0052e309c2781c4f2e23973144..4f3183b764dabddffe816a880be46d44711eddbb 100644
|
| --- a/content/browser/frame_host/navigation_entry_impl.h
|
| +++ b/content/browser/frame_host/navigation_entry_impl.h
|
| @@ -186,6 +186,8 @@ class CONTENT_EXPORT NavigationEntryImpl
|
| StartNavigationParams ConstructStartNavigationParams() const;
|
| RequestNavigationParams ConstructRequestNavigationParams(
|
| const FrameNavigationEntry& frame_entry,
|
| + const GURL& original_url,
|
| + const std::string& original_method,
|
| bool is_history_navigation_in_new_child,
|
| const std::map<std::string, bool>& subframe_unique_names,
|
| bool has_committed_real_load,
|
|
|