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) |