| Index: third_party/WebKit/Source/core/frame/csp/SourceListDirective.h
|
| diff --git a/third_party/WebKit/Source/core/frame/csp/SourceListDirective.h b/third_party/WebKit/Source/core/frame/csp/SourceListDirective.h
|
| index 9d68f06b9415decd175ae6b145592b20808f49cd..e38e68e7796f298e020ea82c95595a2e0bad7058 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/SourceListDirective.h
|
| +++ b/third_party/WebKit/Source/core/frame/csp/SourceListDirective.h
|
| @@ -25,6 +25,7 @@ public:
|
| bool allows(const KURL&, blink::ContentSecurityPolicy::RedirectStatus) const;
|
| bool allowInline() const;
|
| bool allowEval() const;
|
| + bool allowDynamic() const;
|
| bool allowNonce(const String& nonce) const;
|
| bool allowHash(const CSPHashValue&) const;
|
| bool isHashOrNoncePresent() const;
|
|
|