Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(332)

Unified Diff: content/browser/web_contents/web_contents_impl.h

Issue 1804613003: Remove unused method WebContents::CreateSwappedOutRenderView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/web_contents/web_contents_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e8093810570a43db2605c824b3b51d11c9dcf967..5255026ce1e0df0437d02f46e5f811410fd28d2b 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -120,12 +120,6 @@ class CONTENT_EXPORT WebContentsImpl
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
- // guest, to expose the guest's window object to the embedder.
- // This returns the routing ID of the newly created swapped out RenderView.
- int CreateSwappedOutRenderView(SiteInstance* instance);
-
// Complex initialization here. Specifically needed to avoid having
// members call back into our virtual functions in the constructor.
virtual void Init(const WebContents::CreateParams& params);
« no previous file with comments | « no previous file | content/browser/web_contents/web_contents_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698