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

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

Issue 1189413005: Fix race when reloading original URL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixing unittests Created 5 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/render_frame_host_manager.h
diff --git a/content/browser/frame_host/render_frame_host_manager.h b/content/browser/frame_host/render_frame_host_manager.h
index 9386e708d74287469eabb76568e3cadf7b84ae82..a248908884ad7b2b195f81e5471f0b45b4a7c476 100644
--- a/content/browser/frame_host/render_frame_host_manager.h
+++ b/content/browser/frame_host/render_frame_host_manager.h
@@ -294,6 +294,7 @@ class CONTENT_EXPORT RenderFrameHostManager : public NotificationObserver {
// one. The RenderFrameHost to navigate will be returned. Returns NULL if one
// could not be created.
RenderFrameHostImpl* Navigate(const FrameNavigationEntry& frame_entry,
+ const GURL& dest_url,
Charlie Reis 2015/07/14 22:23:10 nit: List this first, and mention in the comment t
lfg 2015/07/14 22:47:28 Done.
const NavigationEntryImpl& entry);
// Instructs the various live views to stop. Called when the user directed the

Powered by Google App Engine
This is Rietveld 408576698