Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1281)

Unified Diff: content/common/view_messages.h

Issue 212703005: Preserve Page::openedByDOM state across process swaps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: creis comments. Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 65322290d1d13f104d69e37e6bd45ff028330144..a9b52f8a3e46e43056cb0378f65a64e23aea1971 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 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.

Powered by Google App Engine
This is Rietveld 408576698