| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 2cecf9ea09161a4de306f9bae70cf08bf7d5c7f9..90ca715ccb92f300a5174d85416182551bc0234d 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -643,6 +643,10 @@ IPC_STRUCT_BEGIN(ViewMsg_New_Params)
|
|
|
| // The properties of the screen associated with the view.
|
| IPC_STRUCT_MEMBER(WebKit::WebScreenInfo, screen_info)
|
| +
|
| + // Indicates whether this newly created RenderView will be hosted by another
|
| + // RenderView.
|
| + IPC_STRUCT_MEMBER(bool, guest)
|
| IPC_STRUCT_END()
|
|
|
| // Messages sent from the browser to the renderer.
|
|
|