Index: content/browser/frame_host/render_frame_host_manager.h |
diff --git a/content/browser/frame_host/render_frame_host_manager.h b/content/browser/frame_host/render_frame_host_manager.h |
index 3b80d6304c89347ee86018c36e53f56f4acd543c..f2edfd1d050794d66a9490fc68644c9cb50a7938 100644 |
--- a/content/browser/frame_host/render_frame_host_manager.h |
+++ b/content/browser/frame_host/render_frame_host_manager.h |
@@ -469,8 +469,10 @@ class CONTENT_EXPORT RenderFrameHostManager : public NotificationObserver { |
// we are staying in the same BrowsingInstance. This allows the new RFH |
// to send cross-process script calls to its opener(s). Returns the opener |
// route ID to be used for the new RenderView to be created. |
+ // |create_render_frame_flags| allows the method to set additional flags. |
int CreateOpenerRenderViewsIfNeeded(SiteInstance* old_instance, |
- SiteInstance* new_instance); |
+ SiteInstance* new_instance, |
+ int* create_render_frame_flags); |
// Creates a RenderFrameHost and corresponding RenderViewHost if necessary. |
scoped_ptr<RenderFrameHostImpl> CreateRenderFrameHost(SiteInstance* instance, |