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

Unified Diff: content/common/view_messages.h

Issue 10171018: Create swapped-out opener RVHs after a process swap. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove parameter comments. Created 8 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
« no previous file with comments | « content/browser/web_contents/web_contents_view_helper.cc ('k') | content/public/browser/site_instance.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 8edcf9141fd1e19f2c239a85653e1f7b13167ecd..0c7bd5419afe84d86015bd625257daf27b481416 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -632,6 +632,13 @@ IPC_STRUCT_BEGIN(ViewMsg_New_Params)
// The name of the frame associated with this view (or empty if none).
IPC_STRUCT_MEMBER(string16, frame_name)
+ // The route ID of the opener RenderView if we need to set one
+ // (MSG_ROUTING_NONE otherwise).
+ IPC_STRUCT_MEMBER(int, opener_route_id)
+
+ // Whether the RenderView should initially be swapped out.
+ IPC_STRUCT_MEMBER(bool, swapped_out)
+
// 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.
« no previous file with comments | « content/browser/web_contents/web_contents_view_helper.cc ('k') | content/public/browser/site_instance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698