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

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

Issue 2773403002: Fix popunders spawned from a subframe. (Closed)
Patch Set: alex 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 5409f415b3f462626a63ba76b9d46fc9b3914c17..0358b0a29f2f56ab1db7189f9fb6073ccf596a6a 100644
--- a/content/browser/frame_host/frame_tree_node.h
+++ b/content/browser/frame_host/frame_tree_node.h
@@ -123,7 +123,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