| 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 48ab04ab74dc52df523a2b63519a9c337a0f4c90..0b61b6d399e4a52e95f7917090a201793865b81e 100644
|
| --- a/chrome/browser/safe_browsing/download_protection_service.h
|
| +++ b/chrome/browser/safe_browsing/download_protection_service.h
|
| @@ -45,6 +45,7 @@ class DownloadProtectionService {
|
| DANGEROUS,
|
| UNCOMMON,
|
| DANGEROUS_HOST,
|
| + POTENTIALLY_UNWANTED
|
| };
|
|
|
| // Callback type which is invoked once the download request is done.
|
| @@ -130,6 +131,7 @@ class DownloadProtectionService {
|
| REASON_INVALID_RESPONSE_VERDICT,
|
| REASON_ARCHIVE_WITHOUT_BINARIES,
|
| REASON_DOWNLOAD_DANGEROUS_HOST,
|
| + REASON_DOWNLOAD_POTENTIALLY_UNWANTED,
|
| REASON_MAX // Always add new values before this one.
|
| };
|
|
|
|
|