| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 86e987fece752fcd7574d5407fff6dc17298f7b0..54433e7395047e236db2c03d59c6f6dbd4785d36 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -109,6 +109,8 @@ class CONTENT_EXPORT WebContentsImpl
|
|
|
| static std::vector<WebContentsImpl*> GetAllWebContents();
|
|
|
| + static WebContentsImpl* FromFrameTreeNode(FrameTreeNode* frame_tree_node);
|
| +
|
| // Returns the opener WebContentsImpl, if any. This can be set to null if the
|
| // opener is closed or the page clears its window.opener.
|
| WebContentsImpl* opener() const { return opener_; }
|
|
|