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 8c38ba8fef4d78c177ff2d26879c942c934d797e..0f5d57a0c98f0684c06d49e10977d387f881c556 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -148,7 +148,7 @@ class CONTENT_EXPORT RenderFrameHostImpl |
// Creates a RenderFrame in the renderer process. Only called for |
// cross-process subframe navigations in --site-per-process. |
- bool CreateRenderFrame(int parent_routing_id); |
+ bool CreateRenderFrame(int parent_routing_id, int proxy_routing_id); |
// Returns whether the RenderFrame in the renderer process has been created |
// and still has a connection. This is valid for all frames. |