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

Unified Diff: content/browser/renderer_host/render_view_host_impl.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
Index: content/browser/renderer_host/render_view_host_impl.h
diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
index 6e14b189003d87f160db5e5be37557cce9c5f2b8..3eae4c386217d1b7e55ff3ba141a241a77551b71 100644
--- a/content/browser/renderer_host/render_view_host_impl.h
+++ b/content/browser/renderer_host/render_view_host_impl.h
@@ -204,7 +204,7 @@ class CONTENT_EXPORT RenderViewHostImpl
// state. |replicated_frame_state| contains replicated data for the
// top-level frame, such as its name and sandbox flags.
virtual bool CreateRenderView(
- int opener_route_id,
+ int opener_frame_route_id,
int proxy_route_id,
int32 max_page_id,
const FrameReplicationState& replicated_frame_state,

Powered by Google App Engine
This is Rietveld 408576698