Index: chrome/common/safe_browsing/csd.proto |
diff --git a/chrome/common/safe_browsing/csd.proto b/chrome/common/safe_browsing/csd.proto |
index 5fc99157fab26108a6584aa522753e6097b44027..9b814f40d73265607d7f9f05bfe542b6dbc04bed 100644 |
--- a/chrome/common/safe_browsing/csd.proto |
+++ b/chrome/common/safe_browsing/csd.proto |
@@ -166,6 +166,8 @@ 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. |
+ UNCOMMON = 2; |
} |
required Verdict verdict = 1; |
} |