| 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 441cedc27c3d583997679adfbf149684f7f6fd72..fad4570f6e496c8e32e48c60a659d1830f073739 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -113,6 +113,8 @@ class CONTENT_EXPORT WebContentsImpl
|
| static std::vector<WebContentsImpl*> GetAllWebContents();
|
|
|
| static WebContentsImpl* FromFrameTreeNode(FrameTreeNode* frame_tree_node);
|
| + static WebContents* FromRenderFrameHostID(int render_process_host_id,
|
| + int render_frame_host_id);
|
|
|
| // Creates a swapped out RenderView. This is used by the browser plugin to
|
| // create a swapped out RenderView in the embedder render process for the
|
|
|