| Index: chrome/common/safe_browsing/csd.proto
|
| diff --git a/chrome/common/safe_browsing/csd.proto b/chrome/common/safe_browsing/csd.proto
|
| index e139b32b62ee59fa16689ec09f9d2a60c710e510..e34e35a436e61df9ca51074775078c4d40154c86 100644
|
| --- a/chrome/common/safe_browsing/csd.proto
|
| +++ b/chrome/common/safe_browsing/csd.proto
|
| @@ -195,6 +195,8 @@ message ClientDownloadResponse {
|
| UNCOMMON = 2;
|
| // The download is potentially unwanted.
|
| POTENTIALLY_UNWANTED = 3;
|
| + // The download is from a dangerous host.
|
| + DANGEROUS_HOST = 4;
|
| }
|
| required Verdict verdict = 1;
|
|
|
|
|