Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6601)

Unified Diff: chrome/browser/safe_browsing/download_protection_service.h

Issue 12087095: Sync csd.proto with server-side version. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missing comma Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
};
« no previous file with comments | « chrome/browser/resources/downloads/downloads.js ('k') | chrome/browser/safe_browsing/download_protection_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698