| Index: content/common/resource_messages.h
|
| diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h
|
| index 0bef1d095351f6e447687ff86a9d9a635af9b879..d93bf4f0d72bfdfbdb4a8c084281dbfe827d7c67 100644
|
| --- a/content/common/resource_messages.h
|
| +++ b/content/common/resource_messages.h
|
| @@ -58,6 +58,10 @@ IPC_STRUCT_BEGIN(ResourceHostMsg_Request)
|
| // The requested URL.
|
| IPC_STRUCT_MEMBER(GURL, url)
|
|
|
| + // The virtual URL associated with the requested URL. Can be empty if there is
|
| + // no virtual URL.
|
| + IPC_STRUCT_MEMBER(GURL, virtual_url)
|
| +
|
| // Usually the URL of the document in the top-level window, which may be
|
| // checked by the third-party cookie blocking policy. Leaving it empty may
|
| // lead to undesired cookie blocking. Third-party cookie blocking can be
|
|
|