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

Unified Diff: content/browser/frame_host/navigation_entry_impl.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/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 e6c7d7c44e3d608f5490628e4f6c960f9af7f429..507e3558e21d3f04f491aabbada69bc7711e024d 100644
--- a/content/browser/frame_host/navigation_entry_impl.h
+++ b/content/browser/frame_host/navigation_entry_impl.h
@@ -145,6 +145,8 @@ class CONTENT_EXPORT NavigationEntryImpl
// NavigationEntry.
CommonNavigationParams ConstructCommonNavigationParams(
const FrameNavigationEntry& frame_entry,
+ const GURL& dest_url,
+ const Referrer& dest_referrer,
Charlie Reis 2015/07/14 22:23:10 nit: List these before frame_entry since they take
lfg 2015/07/14 22:47:27 Done.
FrameMsg_Navigate_Type::Value navigation_type) const;
StartNavigationParams ConstructStartNavigationParams() const;
RequestNavigationParams ConstructRequestNavigationParams(

Powered by Google App Engine
This is Rietveld 408576698