Index: third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h |
diff --git a/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h b/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h |
index 0f1ded564a052f2492dec655d4bb9b8b84451590..fd28be2cf4e3a0389f4e3ee006aa562936056da2 100644 |
--- a/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h |
+++ b/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h |
@@ -65,6 +65,9 @@ public: |
bool allowStyleHash(const CSPHashValue&, ContentSecurityPolicy::InlineType) const; |
bool allowDynamic() const; |
+ bool strictMixedContentChecking() const { return m_strictMixedContentCheckingEnforced; } |
+ void reportMixedContent(const KURL& mixedURL) const; |
+ |
const String& evalDisabledErrorMessage() const { return m_evalDisabledErrorMessage; } |
ReflectedXSSDisposition getReflectedXSSDisposition() const { return m_reflectedXSSDisposition; } |
ReferrerPolicy getReferrerPolicy() const { return m_referrerPolicy; } |