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

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

Issue 578103002: Add a new SBThreatType for the harmful download interstitial (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/safe_browsing/safe_browsing_util.h
diff --git a/chrome/browser/safe_browsing/safe_browsing_util.h b/chrome/browser/safe_browsing/safe_browsing_util.h
index 4ccdc097cf069032e5d89ae767243348262f3e13..c320d96d6b23ea65bf2502fe9b67de2e6dcebc28 100644
--- a/chrome/browser/safe_browsing/safe_browsing_util.h
+++ b/chrome/browser/safe_browsing/safe_browsing_util.h
@@ -132,6 +132,9 @@ enum SBThreatType {
// The URL hosts malware.
SB_THREAT_TYPE_URL_MALWARE,
+ // The URL hosts harmful programs.
+ SB_THREAT_TYPE_URL_HARMFUL,
+
// The download URL is malware.
SB_THREAT_TYPE_BINARY_MALWARE_URL,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698