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 ba6050df268791064c1613f7e9ab16d7cb1dd28d..e78429d09cd0ff410cb4399c222c49d67b27649c 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -246,9 +246,12 @@ class CONTENT_EXPORT RenderViewHostImpl |
// The |opener_route_id| parameter indicates which RenderView created this |
// (MSG_ROUTING_NONE if none). If |max_page_id| is larger than -1, the |
// RenderView is told to start issuing page IDs at |max_page_id| + 1. |
+ // |window_was_created_with_opener| is true if this top-level frame was |
+ // created with an opener. (The opener may have been closed since.) |
virtual bool CreateRenderView(const base::string16& frame_name, |
int opener_route_id, |
- int32 max_page_id); |
+ int32 max_page_id, |
+ bool window_was_created_with_opener); |
base::TerminationStatus render_view_termination_status() const { |
return render_view_termination_status_; |