| 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 d95b2aca43ea3ee4bb8d5f0776d6e5ff56aaf106..91a395f5f199402f32a2c1c20404954bf680f980 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_; }
|
|
|