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 bd096b0ba64df7c6d60c9bea83b12e0d66b4943a..51bb0aac05e0771e427e43609204555fb409b3d6 100644 |
--- a/chrome/browser/safe_browsing/download_protection_service.h |
+++ b/chrome/browser/safe_browsing/download_protection_service.h |
@@ -187,6 +187,7 @@ class DownloadProtectionService { |
REASON_LOCAL_FILE = 24, |
REASON_REMOTE_FILE = 25, |
REASON_SAMPLED_UNSUPPORTED_FILE = 26, |
+ REASON_VERDICT_UNKNOWN = 27, |
REASON_MAX // Always add new values before this one. |
}; |