Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(466)

Unified Diff: third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h

Issue 2331213002: Add `disposition` to SecurityPolicyViolationEvent (Closed)
Patch Set: Fix a typo in rebased test expectation Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698