Index: third_party/WebKit/Source/core/frame/csp/CSPSourceList.h |
diff --git a/third_party/WebKit/Source/core/frame/csp/CSPSourceList.h b/third_party/WebKit/Source/core/frame/csp/CSPSourceList.h |
index 79401b1ea07f6fc1e27bfba27252fbf5e87bcc19..fceb8158a1b7c8c9471676d479833eb499d3f012 100644 |
--- a/third_party/WebKit/Source/core/frame/csp/CSPSourceList.h |
+++ b/third_party/WebKit/Source/core/frame/csp/CSPSourceList.h |
@@ -50,6 +50,8 @@ private: |
void addSourceNonce(const String& nonce); |
void addSourceHash(const ContentSecurityPolicyHashAlgorithm&, const DigestValue& hash); |
+ bool hasSourceMatchInList(const KURL&, ContentSecurityPolicy::RedirectStatus) const; |
+ |
ContentSecurityPolicy* m_policy; |
Vector<CSPSource> m_list; |
String m_directiveName; |