| 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 0b5f69f3be9262e7a64d620c5862330852216f43..070c9a388d60f8f306e2634c0d0b10ec49cb0483 100644
|
| --- a/chrome/browser/safe_browsing/download_protection_service.h
|
| +++ b/chrome/browser/safe_browsing/download_protection_service.h
|
| @@ -41,6 +41,7 @@ class BinaryFeatureExtractor;
|
| class DownloadProtectionService {
|
| public:
|
| enum DownloadCheckResult {
|
| + UNKNOWN,
|
| SAFE,
|
| DANGEROUS,
|
| UNCOMMON,
|
| @@ -90,7 +91,7 @@ class DownloadProtectionService {
|
| // Enables or disables the service. This is usually called by the
|
| // SafeBrowsingService, which tracks whether any profile uses these services
|
| // at all. Disabling causes any pending and future requests to have their
|
| - // callbacks called with "SAFE" results.
|
| + // callbacks called with "UNKNOWN" results.
|
| void SetEnabled(bool enabled);
|
|
|
| bool enabled() const {
|
|
|