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 4b93695b791e5620e2aed4b2cb1d88055bd07e9e..7b8d939270277b015648cb5e2d6facf726e9d081 100644 |
--- a/content/browser/frame_host/navigation_entry_impl.h |
+++ b/content/browser/frame_host/navigation_entry_impl.h |
@@ -185,6 +185,7 @@ class CONTENT_EXPORT NavigationEntryImpl |
StartNavigationParams ConstructStartNavigationParams() const; |
RequestNavigationParams ConstructRequestNavigationParams( |
const FrameNavigationEntry& frame_entry, |
+ bool is_same_document_navigation, |
bool is_same_document_history_load, |
bool is_history_navigation_in_new_child, |
const std::map<std::string, bool>& subframe_unique_names, |