| Index: content/common/content_security_policy/csp_policy.h
|
| diff --git a/content/common/content_security_policy/csp_policy.h b/content/common/content_security_policy/csp_policy.h
|
| index b512dad3581b81a1ece23d67a8177c62545e0e6f..176ce7f08fa655f16310e9e83f50cccc6d5a5fd1 100644
|
| --- a/content/common/content_security_policy/csp_policy.h
|
| +++ b/content/common/content_security_policy/csp_policy.h
|
| @@ -55,7 +55,8 @@ struct CONTENT_EXPORT CSPPolicy {
|
| void ReportViolation(CSPContext* context,
|
| const CSPDirective::Name effective_directive,
|
| const CSPDirective& directive,
|
| - const GURL& url) const;
|
| + const GURL& url,
|
| + bool is_redirect) const;
|
| };
|
|
|
| } // namespace content
|
|
|