Index: chrome/common/safe_browsing/csd.proto |
diff --git a/chrome/common/safe_browsing/csd.proto b/chrome/common/safe_browsing/csd.proto |
index 01214f167c67eab8e610fbb7f088f661bfb199bd..f2dadfd9d4850d518b2d4b185c35ab58f7de4c01 100644 |
--- a/chrome/common/safe_browsing/csd.proto |
+++ b/chrome/common/safe_browsing/csd.proto |
@@ -390,12 +390,15 @@ message ClientDownloadResponse { |
// Download is considered dangerous. Chrome should show a warning to the |
// user. |
DANGEROUS = 1; |
- // Download is unknown. Chrome should display a less severe warning. |
+ // Download is uncommon. Chrome should display a less severe warning. |
UNCOMMON = 2; |
// The download is potentially unwanted. |
POTENTIALLY_UNWANTED = 3; |
// The download is from a dangerous host. |
DANGEROUS_HOST = 4; |
+ // The backend doesn't have confidence in its verdict of this file. |
+ // Chrome should show the default warning if configured for this file type. |
+ UNKNOWN = 5; |
} |
required Verdict verdict = 1; |