| 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 b0ebb5edc9543ac7ea95d2dd76e7d5e856667a3f..8daa2d6dd42f78610dd4e91c0e9b3a1c295f741a 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_; }
|
|
|