| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 2a190353b5d914beac3d34a4d363dffa498201d3..e29a9f4fb19d6542862d122a5a04d88dedb3f01d 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -587,6 +587,10 @@ IPC_STRUCT_BEGIN(ViewMsg_Navigate_Params)
|
| // The URL to load.
|
| IPC_STRUCT_MEMBER(GURL, url)
|
|
|
| + // The virtual URL associated with the URL to load. Can be empty if there is
|
| + // no virtual URL.
|
| + IPC_STRUCT_MEMBER(GURL, virtual_url)
|
| +
|
| // The URL to send in the "Referer" header field. Can be empty if there is
|
| // no referrer.
|
| IPC_STRUCT_MEMBER(content::Referrer, referrer)
|
|
|