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 935dc7d1fba1d7b00ced85ffd26bc138bf7007a2..412850d368cb22b28ec7087c4d1fc6ff18fd0883 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -130,6 +130,7 @@ class CONTENT_EXPORT WebContentsImpl |
static WebContentsImpl* FromFrameTreeNode(FrameTreeNode* frame_tree_node); |
static WebContents* FromRenderFrameHostID(int render_process_host_id, |
int render_frame_host_id); |
+ static WebContents* FromFrameTreeNodeId(int frame_tree_node_id); |
// Complex initialization here. Specifically needed to avoid having |
// members call back into our virtual functions in the constructor. |