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

Unified Diff: chrome/browser/safe_browsing/incident_report_uploader.h

Issue 330653006: Include the latest binary download info in safe browsing incident reports. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: attempt to fix gn build Created 6 years, 6 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: chrome/browser/safe_browsing/incident_report_uploader.h
diff --git a/chrome/browser/safe_browsing/incident_report_uploader.h b/chrome/browser/safe_browsing/incident_report_uploader.h
index 4449c95826bd92641cb84d4c1b988cd3f5713373..d56484802ed3b59facddad6edd80ea2c273fbf01 100644
--- a/chrome/browser/safe_browsing/incident_report_uploader.h
+++ b/chrome/browser/safe_browsing/incident_report_uploader.h
@@ -24,6 +24,7 @@ class IncidentReportUploader {
UPLOAD_CANCELLED = 3, // The upload was cancelled.
UPLOAD_REQUEST_FAILED = 4, // Upload failed.
UPLOAD_INVALID_RESPONSE = 5, // The response was not recognized.
+ UPLOAD_NO_DOWNLOAD = 6, // No last download was found.
NUM_UPLOAD_RESULTS
};
« no previous file with comments | « chrome/browser/safe_browsing/download_protection_service.cc ('k') | chrome/browser/safe_browsing/incident_reporting_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698