| Index: content/common/view_messages.h
|
| ===================================================================
|
| --- content/common/view_messages.h (revision 223111)
|
| +++ content/common/view_messages.h (working copy)
|
| @@ -339,6 +339,9 @@
|
| // 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)
|
|
|
|
|