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