| Index: content/common/view_messages.h
 | 
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
 | 
| index f9478e098db69d31a8436a35237cd84ffd5cfb3d..1a823d820e405f67fd7d55e5390dd86312999ea5 100644
 | 
| --- a/content/common/view_messages.h
 | 
| +++ b/content/common/view_messages.h
 | 
| @@ -535,6 +535,11 @@ IPC_STRUCT_BEGIN(ViewMsg_New_Params)
 | 
|  
 | 
|    // The maximum size to layout the page if auto-resize is enabled.
 | 
|    IPC_STRUCT_MEMBER(gfx::Size, max_size)
 | 
| +
 | 
| +  // Whether the RenderView is for a guest.
 | 
| +  // TODO(lazyboy): Remove once we can create RFP without swapped out
 | 
| +  // RenderView.
 | 
| +  IPC_STRUCT_MEMBER(bool, is_guest)
 | 
|  IPC_STRUCT_END()
 | 
|  
 | 
|  // Messages sent from the browser to the renderer.
 | 
| 
 |