| 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 2d71231ca98d83f694d6808283e0b92e22776b4e..82ee44e43d217e536416b62dc6f8e839d5559923 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h
|
| +++ b/third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h
|
| @@ -73,7 +73,7 @@ public:
|
| bool allowDynamic() const;
|
|
|
| bool strictMixedContentChecking() const { return m_strictMixedContentCheckingEnforced; }
|
| - void reportMixedContent(const KURL& mixedURL) const;
|
| + void reportMixedContent(const KURL& mixedURL, ResourceRequest::RedirectStatus) const;
|
|
|
| const String& evalDisabledErrorMessage() const { return m_evalDisabledErrorMessage; }
|
| ReflectedXSSDisposition getReflectedXSSDisposition() const { return m_reflectedXSSDisposition; }
|
| @@ -111,7 +111,7 @@ private:
|
|
|
| SourceListDirective* operativeDirective(SourceListDirective*) const;
|
| SourceListDirective* operativeDirective(SourceListDirective*, SourceListDirective* override) const;
|
| - void reportViolation(const String& directiveText, const String& effectiveDirective, const String& consoleMessage, const KURL& blockedURL) const;
|
| + void reportViolation(const String& directiveText, const String& effectiveDirective, const String& consoleMessage, const KURL& blockedURL, ResourceRequest::RedirectStatus) const;
|
| void reportViolationWithFrame(const String& directiveText, const String& effectiveDirective, const String& consoleMessage, const KURL& blockedURL, LocalFrame*) const;
|
| void reportViolationWithLocation(const String& directiveText, const String& effectiveDirective, const String& consoleMessage, const KURL& blockedURL, const String& contextURL, const WTF::OrdinalNumber& contextLine) const;
|
| void reportViolationWithState(const String& directiveText, const String& effectiveDirective, const String& message, const KURL& blockedURL, ScriptState*, const ContentSecurityPolicy::ExceptionStatus) const;
|
|
|