| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index ac1d66588ab231bc5cf2b2fc91ab5c0f9dae6b6a..58213c511caccb63c395009f1ee66391a27fb1df 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -493,6 +493,9 @@ IPC_STRUCT_BEGIN(ViewMsg_New_Params)
|
| // Whether the RenderView should initially be hidden.
|
| IPC_STRUCT_MEMBER(bool, hidden)
|
|
|
| + // Whether the RenderView is in the background and will never display.
|
| + IPC_STRUCT_MEMBER(bool, background)
|
| +
|
| // The initial page ID to use for this view, which must be larger than any
|
| // existing navigation that might be loaded in the view. Page IDs are unique
|
| // to a view and are only updated by the renderer after this initial value.
|
|
|