| Index: content/common/resource_messages.h
|
| diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h
|
| index 523020611f0e78f2c0de19b80805e0534142224a..54abfb694f68a149d2ae3446a74074fc2cf8456c 100644
|
| --- a/content/common/resource_messages.h
|
| +++ b/content/common/resource_messages.h
|
| @@ -10,6 +10,7 @@
|
| #include "content/public/common/resource_response.h"
|
| #include "ipc/ipc_message_macros.h"
|
| #include "net/base/upload_data.h"
|
| +#include "third_party/WebKit/Source/WebKit/chromium/public/WebReferrerPolicy.h"
|
|
|
| #define IPC_MESSAGE_START ResourceMsgStart
|
| #undef IPC_MESSAGE_EXPORT
|
| @@ -67,6 +68,9 @@ IPC_STRUCT_BEGIN(ResourceHostMsg_Request)
|
| // The referrer to use (may be empty).
|
| IPC_STRUCT_MEMBER(GURL, referrer)
|
|
|
| + // The referrer policy to use.
|
| + IPC_STRUCT_MEMBER(WebKit::WebReferrerPolicy, referrer_policy)
|
| +
|
| // Additional HTTP request headers.
|
| IPC_STRUCT_MEMBER(std::string, headers)
|
|
|
|
|