| 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 a9a433322001c5f23a07792245a210e2c08c2829..1b4703becca834ae2465516aacd0b20c9ce40662 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);
|
|
|
|
|