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

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

Issue 379563006: Merge 281089 "Include the latest binary download info in safe br..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/2062/src/
Patch Set: Created 6 years, 5 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
===================================================================
--- chrome/browser/safe_browsing/incident_report_uploader.h (revision 281829)
+++ chrome/browser/safe_browsing/incident_report_uploader.h (working copy)
@@ -24,6 +24,7 @@
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