Index: chrome/browser/safe_browsing/download_protection_service.h |
diff --git a/chrome/browser/safe_browsing/download_protection_service.h b/chrome/browser/safe_browsing/download_protection_service.h |
index ba186b9589518aaece0f91a46b8519de2575d988..a2d87b5a27c0d133ae892ea811372f29536e1098 100644 |
--- a/chrome/browser/safe_browsing/download_protection_service.h |
+++ b/chrome/browser/safe_browsing/download_protection_service.h |
@@ -97,6 +97,7 @@ class DownloadProtectionService { |
REASON_SERVER_PING_FAILED, |
REASON_INVALID_RESPONSE_PROTO, |
REASON_NOT_BINARY_FILE, |
+ REASON_REQUEST_CANCELED, |
REASON_MAX // Always add new values before this one. |
}; |