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 ddf84da4574dee173bcac3180c90dbce884563b4..7caf03f2384a560550d58bc7197c057858582fac 100644 |
--- a/chrome/browser/safe_browsing/download_protection_service.h |
+++ b/chrome/browser/safe_browsing/download_protection_service.h |
@@ -62,6 +62,7 @@ class DownloadProtectionService { |
SAFE, |
DANGEROUS, |
UNCOMMON, |
+ DANGEROUS_HOST, |
}; |
// Callback type which is invoked once the download request is done. |
@@ -141,6 +142,7 @@ class DownloadProtectionService { |
REASON_DOWNLOAD_NOT_SUPPORTED, |
REASON_INVALID_RESPONSE_VERDICT, |
REASON_ARCHIVE_WITHOUT_BINARIES, |
+ REASON_DOWNLOAD_DANGEROUS_HOST, |
REASON_MAX // Always add new values before this one. |
}; |