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

Unified Diff: content/common/frame_messages.h

Issue 379143002: PlzNavigate: implement RequestNavigation in the no live renderer case (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
« no previous file with comments | « content/browser/frame_host/render_frame_host_manager_unittest.cc ('k') | content/content_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/frame_messages.h
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
index 9c1c18430df8a792d6fc36e02197d540d8321edc..2190edb752cf621301e07e0015d50c479c3cfcf5 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -271,6 +271,7 @@ IPC_STRUCT_BEGIN(FrameHostMsg_OpenURL_Params)
IPC_STRUCT_MEMBER(bool, user_gesture)
IPC_STRUCT_END()
+// PlzNavigate
IPC_STRUCT_BEGIN(FrameHostMsg_BeginNavigation_Params)
// The request method: GET, POST, etc.
IPC_STRUCT_MEMBER(std::string, method)
@@ -279,10 +280,7 @@ IPC_STRUCT_BEGIN(FrameHostMsg_BeginNavigation_Params)
IPC_STRUCT_MEMBER(GURL, url)
// The referrer to use (may be empty).
- IPC_STRUCT_MEMBER(GURL, referrer)
-
- // The referrer policy to use.
- IPC_STRUCT_MEMBER(blink::WebReferrerPolicy, referrer_policy)
+ IPC_STRUCT_MEMBER(content::Referrer, referrer)
// Additional HTTP request headers.
IPC_STRUCT_MEMBER(std::string, headers)
« no previous file with comments | « content/browser/frame_host/render_frame_host_manager_unittest.cc ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698