Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 5bb763a91ea1ca48879eeb1ec476dd2d903ea0ca..04efbb53c32935084ab68efaeb57a56985af6aab 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -485,6 +485,9 @@ IPC_STRUCT_BEGIN(ViewMsg_New_Params) |
// Whether the RenderView should initially be hidden. |
IPC_STRUCT_MEMBER(bool, hidden) |
+ // Whether the RenderView will never be visible. |
+ IPC_STRUCT_MEMBER(bool, never_visible) |
+ |
// 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. |