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

Unified Diff: content/renderer/render_frame_impl.h

Issue 971653004: Remove the FrameMsg_Navigate_Params (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@history-params
Patch Set: Addressed Nasko's comments 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/renderer/render_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index bebb612a3d84e19876eae5cccbaf207b4af6ac7e..8ee3df8ec5ebf0bde99c408fdc46bf1e50ab838a 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -43,9 +43,7 @@
class GURL;
class TransportDIB;
struct FrameHostMsg_AddNavigationTransitionData_Params;
-struct FrameMsg_Navigate_Params;
struct FrameMsg_NewFrame_WidgetParams;
-struct FrameMsg_RequestNavigation_Params;
namespace blink {
class WebGeolocationClient;
@@ -106,6 +104,7 @@ struct FrameReplicationState;
struct HistoryNavigationParams;
struct RequestNavigationParams;
struct ResourceResponseHead;
+struct StartNavigationParams;
class CONTENT_EXPORT RenderFrameImpl
: public RenderFrame,
@@ -529,7 +528,10 @@ class CONTENT_EXPORT RenderFrameImpl
// TODO(nasko): Make all tests in RenderViewImplTest friends and then move
// this back to private member.
- void OnNavigate(const FrameMsg_Navigate_Params& params);
+ void OnNavigate(const CommonNavigationParams& common_params,
+ const StartNavigationParams& start_params,
+ const CommitNavigationParams& commit_params,
+ const HistoryNavigationParams& history_params);
// Make this frame show an empty, unscriptable page.
// TODO(nasko): Remove this method once swapped out state is no longer used.

Powered by Google App Engine
This is Rietveld 408576698