Index: content/browser/frame_host/frame_tree.h |
diff --git a/content/browser/frame_host/frame_tree.h b/content/browser/frame_host/frame_tree.h |
index 61ea016f8659936d094f022ac0bd2a60025452ea..794ee28c6162ed6d0eca2569fb1c4f6b5800ddbc 100644 |
--- a/content/browser/frame_host/frame_tree.h |
+++ b/content/browser/frame_host/frame_tree.h |
@@ -126,6 +126,7 @@ class CONTENT_EXPORT FrameTree { |
const std::string& frame_name, |
const std::string& frame_unique_name, |
blink::WebSandboxFlags sandbox_flags, |
+ const ParsedFeaturePolicyHeader& container_policy, |
const FrameOwnerProperties& frame_owner_properties); |
// Removes a frame from the frame tree. |child|, its children, and objects |