| Index: third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h | 
| diff --git a/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h b/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h | 
| index 563fb6476f831848a91e1d0db80a92c3e5b236fd..a51449bb06735d0bb26130fbe62482d901406d74 100644 | 
| --- a/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h | 
| +++ b/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h | 
| @@ -313,6 +313,7 @@ class CORE_EXPORT ContentSecurityPolicy | 
| const KURL& blockedURL, | 
| const Vector<String>& reportEndpoints, | 
| const String& header, | 
| +                       ContentSecurityPolicyHeaderType, | 
| ViolationType, | 
| LocalFrame* = nullptr, | 
| RedirectStatus = RedirectStatus::FollowedRedirect, | 
|  |