| 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 fb105657160a316640a5cf8fe6d8b7daaa4c1747..fd4aa3117d3037759a0b9d29814e2172e6a67a8e 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/SourceListDirective.h
|
| +++ b/third_party/WebKit/Source/core/frame/csp/SourceListDirective.h
|
| @@ -43,6 +43,7 @@ class CORE_EXPORT SourceListDirective final : public CSPDirective {
|
| bool allowNonce(const String& nonce) const;
|
| bool allowHash(const CSPHashValue&) const;
|
| bool allowHashedAttributes() const;
|
| + bool isNone() const;
|
| bool isHashOrNoncePresent() const;
|
| uint8_t hashAlgorithmsUsed() const;
|
| bool allowAllInline();
|
|
|