Chromium Code Reviews

Unified Diff: content/browser/frame_host/frame_tree.h

Issue 2797813002: Replicate feature policy container policies. (Closed)
Patch Set: Update pending container policy more often; add test Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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

Powered by Google App Engine