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

Unified Diff: content/browser/renderer_host/render_view_host_impl.h

Issue 281663002: Create RenderFrameProxyHost at time of swap-out instead of commit. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ready for review Created 6 years, 7 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
Index: content/browser/renderer_host/render_view_host_impl.h
diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
index 4e3d5ced4225495b3ff22b7064a1eddb2f792c57..3532e31f7afefad8369112cf47336e116df94c45 100644
--- a/content/browser/renderer_host/render_view_host_impl.h
+++ b/content/browser/renderer_host/render_view_host_impl.h
@@ -233,6 +233,7 @@ class CONTENT_EXPORT RenderViewHostImpl
// created with an opener. (The opener may have been closed since.)
virtual bool CreateRenderView(const base::string16& frame_name,
int opener_route_id,
+ int proxy_routing_id,
Charlie Reis 2014/05/15 00:32:50 This feels strange to me. A RenderFrameProxy is f
nasko 2014/05/15 18:47:13 As discussed, there isn't any other way that will
int32 max_page_id,
bool window_was_created_with_opener);

Powered by Google App Engine
This is Rietveld 408576698