| 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 77a0df9451ef0146cd1494fd0d1b10fda8474cab..6b2529c10b86823a494d63881afab6e1ba48fcb8 100644
|
| --- a/content/browser/frame_host/frame_tree_node.h
|
| +++ b/content/browser/frame_host/frame_tree_node.h
|
| @@ -151,7 +151,8 @@ class CONTENT_EXPORT FrameTreeNode {
|
|
|
| // Set the frame's feature policy from an HTTP header, clearing any existing
|
| // policy.
|
| - void SetFeaturePolicyHeader(const std::string& header);
|
| + void SetFeaturePolicyHeader(
|
| + const std::vector<FeaturePolicyParsedWhitelist>& parsed_header);
|
|
|
| // Clear any feature policy associated with the frame.
|
| void ResetFeaturePolicy();
|
|
|