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

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

Issue 519533002: Initial PlzNavigate RDH-side logic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tests Created 6 years, 2 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_impl.h
diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
index a848238ef6e77643bdb75c0b590355b7de1276a0..16263fbd2f5c9fda013996207c2f2f2452905ebd 100644
--- a/content/browser/frame_host/render_frame_host_impl.h
+++ b/content/browser/frame_host/render_frame_host_impl.h
@@ -54,6 +54,7 @@ class RenderFrameProxyHost;
class RenderProcessHost;
class RenderViewHostImpl;
class RenderWidgetHostImpl;
+class StreamHandle;
class TimeoutMonitor;
struct CommitNavigationParams;
struct ContextMenuParams;
@@ -61,6 +62,7 @@ struct CommonNavigationParams;
struct GlobalRequestID;
struct Referrer;
struct RequestNavigationParams;
+struct ResourceResponse;
struct ShowDesktopNotificationHostMsgParams;
struct TransitionLayerData;
@@ -347,7 +349,8 @@ class CONTENT_EXPORT RenderFrameHostImpl
// PlzNavigate: Indicates that a navigation is ready to commit and can be
// handled by this RenderFrame.
- void CommitNavigation(const GURL& stream_url,
+ void CommitNavigation(ResourceResponse* response,
+ scoped_ptr<StreamHandle> body,
const CommonNavigationParams& common_params,
const CommitNavigationParams& commit_params);
« no previous file with comments | « content/browser/frame_host/navigator_impl_unittest.cc ('k') | content/browser/frame_host/render_frame_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698