summaryrefslogtreecommitdiff
path: root/chromium/content/common/view_messages.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/common/view_messages.h')
-rw-r--r--chromium/content/common/view_messages.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium/content/common/view_messages.h b/chromium/content/common/view_messages.h
index 9ab0e9928c9..537aef3d026 100644
--- a/chromium/content/common/view_messages.h
+++ b/chromium/content/common/view_messages.h
@@ -339,6 +339,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)