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, |