| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 006cdd1d8824d6ef683c883f71f6988f42962522..2564dacad2b3bc52e48bd3fc4be2361c53aacd6d 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)
|
|
|
|
|