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

Unified Diff: content/common/view_messages.h

Issue 1202593002: Move browser-to-renderer opener plumbing to frame routing IDs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@opener-create-opener-render-views
Patch Set: Remove suppress_opener Created 5 years, 5 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_impl_unittest.cc ('k') | content/public/test/render_view_test.cc » ('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 fcacbce4a1dcfc1f65205bb6db7b5c0ccdbcf405..0a8104f372be979d7a0b6876bfb36060fd54b805 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -501,9 +501,9 @@ IPC_STRUCT_BEGIN(ViewMsg_New_Params)
// The session storage namespace ID this view should use.
IPC_STRUCT_MEMBER(int64, session_storage_namespace_id)
- // The route ID of the opener RenderView if we need to set one
- // (MSG_ROUTING_NONE otherwise).
- IPC_STRUCT_MEMBER(int, opener_route_id)
+ // The route ID of the opener RenderFrame or RenderFrameProxy, if we need to
+ // set one (MSG_ROUTING_NONE otherwise).
+ IPC_STRUCT_MEMBER(int, opener_frame_route_id)
// Whether the RenderView should initially be swapped out.
IPC_STRUCT_MEMBER(bool, swapped_out)
« no previous file with comments | « content/browser/web_contents/web_contents_impl_unittest.cc ('k') | content/public/test/render_view_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698