| 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 92c8fead92f74035fbe208cf414af2fb8ada5f3e..86db4132ac4ff2e5b15af1762ac95ba9d63044ab 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -99,13 +99,6 @@ class CONTENT_EXPORT WebContentsImpl
|
| // opener is closed or the page clears its window.opener.
|
| WebContentsImpl* opener() const { return opener_; }
|
|
|
| - // Creates a WebContents to be used as a browser plugin guest.
|
| - static BrowserPluginGuest* CreateGuest(
|
| - BrowserContext* browser_context,
|
| - content::SiteInstance* site_instance,
|
| - int guest_instance_id,
|
| - scoped_ptr<base::DictionaryValue> extra_params);
|
| -
|
| // 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.
|
|
|