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

Unified Diff: content/common/view_messages.h

Issue 23749006: Merge 222640 "Use the top-level URL for popup blocking." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1599/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
===================================================================
--- 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)
« no previous file with comments | « content/browser/renderer_host/render_message_filter.cc ('k') | content/public/browser/content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698