| Index: content/common/resource_messages.h
|
| diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h
|
| index 918afc179f4a42221f4aa96e87dfc34666ddc663..538337a3df05b7ac15c4503a5f3d405692bc26d3 100644
|
| --- a/content/common/resource_messages.h
|
| +++ b/content/common/resource_messages.h
|
| @@ -171,6 +171,10 @@ IPC_STRUCT_BEGIN(ResourceHostMsg_Request)
|
| // only be done if there really is no way to determine the correct value.
|
| IPC_STRUCT_MEMBER(GURL, first_party_for_cookies)
|
|
|
| + // The origin of the context which initiated the request, which will be used
|
| + // for cookie checks like 'First-Party-Only'.
|
| + IPC_STRUCT_MEMBER(url::Origin, request_initiator)
|
| +
|
| // The referrer to use (may be empty).
|
| IPC_STRUCT_MEMBER(GURL, referrer)
|
|
|
|
|