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

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: Removed speculative rfh + no pending_navigation_entry dependency 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
Index: content/common/frame_messages.h
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
index 72da9eb673e640770a90c13cb39d5d7f9a227f62..d0db105f5867daa922c9c0b145376da8c206beb0 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -279,10 +279,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)

Powered by Google App Engine
This is Rietveld 408576698