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

Unified Diff: chrome/browser/safe_browsing/incident_reporting/incident.h

Issue 1024943002: Add domain request detection to incident reporting service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Set default type to unknown Created 5 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/incident_reporting/resource_request_detector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/safe_browsing/incident_reporting/incident.h
diff --git a/chrome/browser/safe_browsing/incident_reporting/incident.h b/chrome/browser/safe_browsing/incident_reporting/incident.h
index 945d960e6df5e81b12b8c47068a56705e4ab53d9..2fa84c9cfb8bf8fef20a249baaae7c2b50c50518 100644
--- a/chrome/browser/safe_browsing/incident_reporting/incident.h
+++ b/chrome/browser/safe_browsing/incident_reporting/incident.h
@@ -26,7 +26,7 @@ enum class IncidentType : int32_t {
BLACKLIST_LOAD = 3,
OMNIBOX_INTERACTION = 4,
VARIATIONS_SEED_SIGNATURE = 5,
- SCRIPT_REQUEST = 6,
+ RESOURCE_REQUEST = 6,
// Values for new incident types go here.
NUM_TYPES = 7
};
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/incident_reporting/resource_request_detector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698