| Index: content/browser/frame_host/frame_tree_node.h
|
| diff --git a/content/browser/frame_host/frame_tree_node.h b/content/browser/frame_host/frame_tree_node.h
|
| index bf15e2f4c32ba34482d54a0191e36e61b8bfe3f1..77a0df9451ef0146cd1494fd0d1b10fda8474cab 100644
|
| --- a/content/browser/frame_host/frame_tree_node.h
|
| +++ b/content/browser/frame_host/frame_tree_node.h
|
| @@ -149,6 +149,13 @@ class CONTENT_EXPORT FrameTreeNode {
|
| // Set the current name and notify proxies about the update.
|
| void SetFrameName(const std::string& name, const std::string& unique_name);
|
|
|
| + // Set the frame's feature policy from an HTTP header, clearing any existing
|
| + // policy.
|
| + void SetFeaturePolicyHeader(const std::string& header);
|
| +
|
| + // Clear any feature policy associated with the frame.
|
| + void ResetFeaturePolicy();
|
| +
|
| // Add CSP header to replication state and notify proxies about the update.
|
| void AddContentSecurityPolicy(const ContentSecurityPolicyHeader& header);
|
|
|
|
|