| 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,
|
|
|
|
|