| 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
|
| };
|
|
|
|
|