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

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

Issue 565053002: [Downloads] Gracefully handle SafeBrowsing check failures. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 0b5f69f3be9262e7a64d620c5862330852216f43..3f8b0033d298fb41a1310e2b4151887b4ebb4f75 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,

Powered by Google App Engine
This is Rietveld 408576698