Index: content/browser/frame_host/render_frame_host_impl.h |
diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h |
index 9f9ae02bbc4b3883fff4b4c120160899d999614a..14b3a7f25e20c888746c8487afc544f8f04e040b 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -193,7 +193,8 @@ class CONTENT_EXPORT RenderFrameHostImpl |
// cross-process subframe navigations in --site-per-process. |
bool CreateRenderFrame(int parent_routing_id, |
int previous_sibling_routing_id, |
- int proxy_routing_id); |
+ int proxy_routing_id, |
+ int opener_routing_id); |
Charlie Reis
2015/09/01 22:04:26
Don't forget to update this order as well.
alexmos
2015/09/01 23:51:02
Done.
|
// Tracks whether the RenderFrame for this RenderFrameHost has been created in |
// the renderer process. This is currently only used for subframes. |