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

Unified Diff: content/browser/frame_host/frame_tree_node.h

Issue 2778113003: Fix popunders spawned from a subframe. (Closed)
Patch Set: Created 3 years, 9 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/browser/frame_host/frame_tree_node.h
diff --git a/content/browser/frame_host/frame_tree_node.h b/content/browser/frame_host/frame_tree_node.h
index 7368c7f4a8611b23f72650560f58bb3dde748569..38c0ed2e58aa0809f6eb9af4224ce2ad59843690 100644
--- a/content/browser/frame_host/frame_tree_node.h
+++ b/content/browser/frame_host/frame_tree_node.h
@@ -124,7 +124,8 @@ class CONTENT_EXPORT FrameTreeNode {
// Assigns the initial opener for this node, and if |opener| is non-null,
// registers an observer that will clear this node's opener if |opener| is
- // ever destroyed.
+ // ever destroyed. The value set here is the root of the tree.
+ //
// It is not possible to change the opener once it was set.
void SetOriginalOpener(FrameTreeNode* opener);
« no previous file with comments | « chrome/test/data/popup_blocker/popup-window-subframe-open.html ('k') | content/browser/frame_host/frame_tree_node.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698