Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 65322290d1d13f104d69e37e6bd45ff028330144..d706dd9a0b64e3dddc8c589d4a438f011b2dca03 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 tab was created with an opener. |
+ IPC_STRUCT_MEMBER(bool, created_with_opener) |
+ |
// 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. |