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

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

Issue 1777903003: Ensure the NavigationHandle's nav entry ID is updated during transfers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move fix to another CL (now cleanup only) Created 4 years, 9 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/navigator_impl.h
diff --git a/content/browser/frame_host/navigator_impl.h b/content/browser/frame_host/navigator_impl.h
index f8863516c1191f6582b6732e623458df12eb951f..5c44d95b90a7a593c253b07542c7e0f35e8052f6 100644
--- a/content/browser/frame_host/navigator_impl.h
+++ b/content/browser/frame_host/navigator_impl.h
@@ -135,7 +135,8 @@ class CONTENT_EXPORT NavigatorImpl : public Navigator {
// NavigationEntry if the controller does not currently have a
// browser-initiated one.
void DidStartMainFrameNavigation(const GURL& url,
- SiteInstanceImpl* site_instance);
+ SiteInstanceImpl* site_instance,
+ NavigationHandleImpl* navigation_handle);
// The NavigationController that will keep track of session history for all
// RenderFrameHost objects using this NavigatorImpl.

Powered by Google App Engine
This is Rietveld 408576698