Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(999)

Unified Diff: content/browser/frame_host/navigation_controller_impl.h

Issue 2161393002: Clone children of FrameNavigationEntries for in-page navigations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clean up. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/frame_host/navigation_controller_impl.h
diff --git a/content/browser/frame_host/navigation_controller_impl.h b/content/browser/frame_host/navigation_controller_impl.h
index 06d609c45cb49141010c6fdbbf939b69827221f9..b3f746ec9356be5ec7a8fb965cafbddd3f411f1a 100644
--- a/content/browser/frame_host/navigation_controller_impl.h
+++ b/content/browser/frame_host/navigation_controller_impl.h
@@ -284,6 +284,7 @@ class CONTENT_EXPORT NavigationControllerImpl
void RendererDidNavigateToNewPage(
RenderFrameHostImpl* rfh,
const FrameHostMsg_DidCommitProvisionalLoad_Params& params,
+ bool is_in_page,
bool replace_entry);
void RendererDidNavigateToExistingPage(
RenderFrameHostImpl* rfh,
@@ -294,6 +295,7 @@ class CONTENT_EXPORT NavigationControllerImpl
void RendererDidNavigateNewSubframe(
RenderFrameHostImpl* rfh,
const FrameHostMsg_DidCommitProvisionalLoad_Params& params,
+ bool is_in_page,
bool replace_entry);
bool RendererDidNavigateAutoSubframe(
RenderFrameHostImpl* rfh,

Powered by Google App Engine
This is Rietveld 408576698