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

Unified Diff: extensions/browser/api/web_request/web_request_resource_type.h

Issue 2402233002: Tag CSP violation reports as CSP reports, not as ping (Closed)
Patch Set: Rebase on patch for crbug.com/129353 Created 3 years, 10 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: extensions/browser/api/web_request/web_request_resource_type.h
diff --git a/extensions/browser/api/web_request/web_request_resource_type.h b/extensions/browser/api/web_request/web_request_resource_type.h
index 9cecc2fd55552cbd8409d0ed64ecb80c55e9f53e..af24532b6f2c9ce8ef730f8952ee9ae7950ea224 100644
--- a/extensions/browser/api/web_request/web_request_resource_type.h
+++ b/extensions/browser/api/web_request/web_request_resource_type.h
@@ -27,6 +27,7 @@ enum class WebRequestResourceType : uint8_t {
OBJECT,
XHR,
PING,
+ CSP_REPORT,
MEDIA,
WEB_SOCKET,

Powered by Google App Engine
This is Rietveld 408576698