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

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

Issue 971653004: Remove the FrameMsg_Navigate_Params (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@history-params
Patch Set: Created 5 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/navigation_request.h
diff --git a/content/browser/frame_host/navigation_request.h b/content/browser/frame_host/navigation_request.h
index a7a760a28c28c7069cb078775a4b757c00263d48..80c5fc7264e9b9ece474fc29863d8bc50d16e106 100644
--- a/content/browser/frame_host/navigation_request.h
+++ b/content/browser/frame_host/navigation_request.h
@@ -17,6 +17,7 @@
namespace content {
class FrameTreeNode;
+class NavigationController;
class NavigationURLLoader;
class ResourceRequestBody;
class SiteInstanceImpl;
@@ -62,7 +63,7 @@ class CONTENT_EXPORT NavigationRequest : public NavigationURLLoaderDelegate {
const NavigationEntryImpl& entry,
FrameMsg_Navigate_Type::Value navigation_type,
base::TimeTicks navigation_start,
- const HistoryNavigationParams& history_params);
+ NavigationControllerImpl* controller);
// Creates a request for a renderer-intiated navigation.
// Note: |body| is sent to the IO thread when calling BeginNavigation, and

Powered by Google App Engine
This is Rietveld 408576698