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 9782bf1668dc097b23dbfea570204d5c4dd87fca..9477182bbca714fc64c41dc3b5095fd878c2af62 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_fragment_change, |
bool is_same_document_history_load, |
bool is_history_navigation_in_new_child, |
const std::map<std::string, bool>& subframe_unique_names, |