Index: third_party/WebKit/Source/core/dom/Document.h |
diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h |
index ad3b9481ef8f4f5aee62a56a2042eb7de7b8dd22..a534fc6e67f876b9cbe3c24c54ca9e8cd96ab470 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.h |
+++ b/third_party/WebKit/Source/core/dom/Document.h |
@@ -1336,6 +1336,8 @@ class CORE_EXPORT Document : public ContainerNode, |
CoreProbeSink* GetProbeSink() final; |
+ void SetFeaturePolicy(const String& feature_policy_header); |
+ |
protected: |
Document(const DocumentInit&, DocumentClassFlags = kDefaultDocumentClass); |