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

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

Issue 584433002: Add UI for the new harmful download warning (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add histograms to histograms.xml 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/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,

Powered by Google App Engine
This is Rietveld 408576698