| 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 09891acb8dfcba09058394dba150b18db97b1ed5..846bf07ee928cbccb2357df9cecf44b21a36996a 100644
|
| --- a/content/common/content_security_policy/csp_policy.h
|
| +++ b/content/common/content_security_policy/csp_policy.h
|
| @@ -49,7 +49,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
|
|
|