Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1287)

Unified Diff: content/common/view_messages.h

Issue 23868017: Use the top-level URL for popup blocking. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698