| 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 a82316d1359db69422733bcb91f35ee9298651cc..81655948841eb6298cee2af73247c9fa16d23786 100644
|
| --- a/chrome/browser/safe_browsing/download_protection_service.h
|
| +++ b/chrome/browser/safe_browsing/download_protection_service.h
|
| @@ -59,8 +59,7 @@ class DownloadProtectionService {
|
| enum DownloadCheckResult {
|
| SAFE,
|
| DANGEROUS,
|
| - // In the future we may introduce a third category which corresponds to
|
| - // suspicious downloads that are not known to be malicious.
|
| + UNCOMMON,
|
| };
|
|
|
| // Callback type which is invoked once the download request is done.
|
| @@ -136,6 +135,7 @@ class DownloadProtectionService {
|
| REASON_PING_DISABLED,
|
| REASON_TRUSTED_EXECUTABLE,
|
| REASON_OS_NOT_SUPPORTED,
|
| + REASON_DOWNLOAD_UNCOMMON,
|
| REASON_MAX // Always add new values before this one.
|
| };
|
|
|
|
|