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

Unified Diff: content/renderer/render_view_impl_params.cc

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/renderer/render_view_impl_params.cc
diff --git a/content/renderer/render_view_impl_params.cc b/content/renderer/render_view_impl_params.cc
index a3f303edb43dbba1a8e1902e30b5d24248e0c485..8cde6198276ef54c2cb96d59da52884cab991831 100644
--- a/content/renderer/render_view_impl_params.cc
+++ b/content/renderer/render_view_impl_params.cc
@@ -13,6 +13,7 @@ RenderViewImplParams::RenderViewImplParams(
const WebPreferences& webkit_prefs,
int32 routing_id,
int32 main_frame_routing_id,
+ int32 proxy_routing_id,
int32 surface_id,
int64 session_storage_namespace_id,
const base::string16& frame_name,
@@ -29,6 +30,7 @@ RenderViewImplParams::RenderViewImplParams(
webkit_prefs(webkit_prefs),
routing_id(routing_id),
main_frame_routing_id(main_frame_routing_id),
+ proxy_routing_id(proxy_routing_id),
surface_id(surface_id),
session_storage_namespace_id(session_storage_namespace_id),
frame_name(frame_name),

Powered by Google App Engine
This is Rietveld 408576698