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

Unified Diff: content/common/view_messages.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: s/render_view_host/GetRenderViewHost/ 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/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 4dadd33771b0816292097e3c785e7b7b8230d2b4..2e91237f3db4a1370196598e89fcd5f31f5a2618 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -462,6 +462,10 @@ IPC_STRUCT_BEGIN(ViewMsg_New_Params)
// Whether the RenderView should initially be swapped out.
IPC_STRUCT_MEMBER(bool, swapped_out)
+ // The ID of the proxy object for the main frame in this view. It is only
+ // used if |swapped_out| is true.
+ IPC_STRUCT_MEMBER(int32, proxy_routing_id)
+
// Whether the RenderView should initially be hidden.
IPC_STRUCT_MEMBER(bool, hidden)

Powered by Google App Engine
This is Rietveld 408576698