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

Unified Diff: content/renderer/render_view_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/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index 86c8a12152edf6c1f6783b3a00031462c5f9a22d..8e7b6aa952b00af444a055957a36f0b16838712f 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -181,6 +181,7 @@ class CONTENT_EXPORT RenderViewImpl
const WebPreferences& webkit_prefs,
int32 routing_id,
int32 main_frame_routing_id,
+ int32 proxy_routing_id,
Charlie Reis 2014/05/15 00:32:50 This should be documented (and perhaps moved near
nasko 2014/05/15 18:47:13 Done.
int32 surface_id,
int64 session_storage_namespace_id,
const base::string16& frame_name,

Powered by Google App Engine
This is Rietveld 408576698