| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 9550f436092c95dffb735d5401bb7a53bd15d318..bac8b74eb99bff5e6a8df7c36e65de7b4aa0899a 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -338,6 +338,9 @@ IPC_STRUCT_BEGIN(ViewHostMsg_CreateWindow_Params)
|
| // The URL of the frame initiating the open.
|
| IPC_STRUCT_MEMBER(GURL, opener_url)
|
|
|
| + // The URL of the top frame containing the opener.
|
| + IPC_STRUCT_MEMBER(GURL, opener_top_level_frame_url)
|
| +
|
| // The security origin of the frame initiating the open.
|
| IPC_STRUCT_MEMBER(GURL, opener_security_origin)
|
|
|
|
|