Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(249)

Unified Diff: third_party/WebKit/Source/core/frame/csp/SourceListDirective.h

Issue 2528423002: Part 3.5: Is policy list subsumed under subsuming policy? (Closed)
Patch Set: Removing debugging Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698