Commit 0130f157 authored by felt's avatar felt Committed by Commit bot

Add a new SBThreatType for the harmful download interstitial

BUG=397754
R=mattm@chromium.org

Review URL: https://codereview.chromium.org/578103002

Cr-Commit-Position: refs/heads/master@{#295852}
parent 3a76af7b
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment