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) |