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 720235227365ec2a878d20f71b2ef2cba69e3af9..e0fa87fa49bcba9d35da5676f8209afd761fb55c 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -19,6 +19,7 @@ |
#include "content/common/accessibility_mode_enums.h" |
#include "content/common/content_export.h" |
#include "content/common/frame_message_enums.h" |
+#include "content/common/frame_replication_state.h" |
#include "content/common/mojo/service_registry_impl.h" |
#include "content/public/browser/render_frame_host.h" |
#include "content/public/common/javascript_message_type.h" |
@@ -184,7 +185,8 @@ class CONTENT_EXPORT RenderFrameHostImpl |
int routing_id() const { return routing_id_; } |
void OnCreateChildFrame(int new_routing_id, |
- const std::string& frame_name); |
+ const std::string& frame_name, |
+ SandboxFlags sandbox_flags); |
RenderViewHostImpl* render_view_host() { return render_view_host_; } |
RenderFrameHostDelegate* delegate() { return delegate_; } |