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

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

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 | « content/browser/web_contents/web_contents_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/web_contents/web_contents_impl.cc
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
index 769812393ef8e9657bb5f044c4c3e61bc7e1c48d..4c9db9e5f9cb99eefdd32a65b9caa297a26e96b9 100644
--- a/content/browser/web_contents/web_contents_impl.cc
+++ b/content/browser/web_contents/web_contents_impl.cc
@@ -4366,13 +4366,6 @@ bool WebContentsImpl::AddMessageToConsole(int32_t level,
source_id);
}
-int WebContentsImpl::CreateSwappedOutRenderView(
- SiteInstance* instance) {
- int render_view_routing_id = MSG_ROUTING_NONE;
- GetRenderManager()->CreateRenderFrameProxy(instance);
- return render_view_routing_id;
-}
-
void WebContentsImpl::OnUserInteraction(
RenderWidgetHostImpl* render_widget_host,
const blink::WebInputEvent::Type type) {
« no previous file with comments | « content/browser/web_contents/web_contents_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698