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 635a406aca057391f28c4fca16c8ee4657b93217..162b2148dc81ab412b3d7383768d522e9b2f05b5 100644 |
| --- a/content/browser/web_contents/web_contents_impl.h |
| +++ b/content/browser/web_contents/web_contents_impl.h |
| @@ -103,6 +103,11 @@ class CONTENT_EXPORT WebContentsImpl |
| static webkit_glue::WebPreferences GetWebkitPrefs( |
| content::RenderViewHost* rvh, const GURL& url); |
| + // 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 |
| + // guest, to expose the guest's window object to the embedder. |
|
Charlie Reis
2012/10/12 00:31:43
Great. Also mention what the return value is.
Fady Samuel
2012/10/12 18:07:53
Done.
|
| + int CreateSwappedOutRenderView(content::SiteInstance* instance); |
| + |
| // Complex initialization here. Specifically needed to avoid having |
| // members call back into our virtual functions in the constructor. |
| virtual void Init(content::BrowserContext* browser_context, |