Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 67dac6482d1241ef427eae3a09aa0a3a89d5db59..eac06caf9a3cbccf715cd28c6d6df0b0ce8b04bb 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 window associated with this view was created with an opener. |
+ IPC_STRUCT_MEMBER(bool, window_was_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. |