| 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 97adb21d5683aa30ea76bbd761026c8f74b3bf6b..d00ee36ddb4db5e16331543fcc25b1021d41dee7 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/SourceListDirective.h
|
| +++ b/third_party/WebKit/Source/core/frame/csp/SourceListDirective.h
|
| @@ -29,6 +29,7 @@ public:
|
| bool allowDynamic() const;
|
| bool allowNonce(const String& nonce) const;
|
| bool allowHash(const CSPHashValue&) const;
|
| + bool allowHashedAttributes() const;
|
| bool isHashOrNoncePresent() const;
|
| uint8_t hashAlgorithmsUsed() const;
|
|
|
|
|