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

Unified Diff: extensions/browser/api/web_request/web_request_api_helpers.cc

Issue 2694833003: Revert of Tag CSP violation reports as CSP reports, not as ping (Closed)
Patch Set: 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_api_helpers.cc
diff --git a/extensions/browser/api/web_request/web_request_api_helpers.cc b/extensions/browser/api/web_request/web_request_api_helpers.cc
index 344a5fbae6abce195fc54565dbaa7686887678e9..990570b71abd3f04ef512915ed47f1487e7c09ce 100644
--- a/extensions/browser/api/web_request/web_request_api_helpers.cc
+++ b/extensions/browser/api/web_request/web_request_api_helpers.cc
@@ -70,7 +70,6 @@
"ping",
"script",
"object",
- "csp_report",
"other",
};
@@ -91,7 +90,6 @@
content::RESOURCE_TYPE_PING,
content::RESOURCE_TYPE_SERVICE_WORKER,
content::RESOURCE_TYPE_PLUGIN_RESOURCE,
- content::RESOURCE_TYPE_CSP_REPORT,
content::RESOURCE_TYPE_LAST_TYPE, // represents "other"
};
« no previous file with comments | « chrome/test/data/extensions/api_test/webrequest/test_types.js ('k') | extensions/common/api/web_request.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698