| Index: content/common/resource_messages.h
|
| diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h
|
| index bc38f0286fd665660efa9f0592c37f3456a4a09d..5f953dc5d0481978c6afa2cc05b6743c9f1e425d 100644
|
| --- a/content/common/resource_messages.h
|
| +++ b/content/common/resource_messages.h
|
| @@ -157,6 +157,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 responsible for making the request; used for First-Party-Only
|
| + // cookie policy enforcement.
|
| + IPC_STRUCT_MEMBER(url::Origin, requestor_origin)
|
| +
|
| // The referrer to use (may be empty).
|
| IPC_STRUCT_MEMBER(GURL, referrer)
|
|
|
|
|