Chromium Code Reviews| 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..eadfa6e911ecfff9092b8ae92f3ed913a9edaf45 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* FromRPHAndRFHIDs(int render_process_host_id, |
|
nasko
2015/11/23 18:08:26
How about FromRenderFrameHostId or FromFrameRoutin
clamy
2015/11/23 18:28:07
Done.
|
| + 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 |