Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index 45b4f8184e6f8f786820ce74ef75bb5a0be60f83..8e1d8e6220210fdf603ad0a0c5b146c4a78d0ec6 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) |