| Index: content/public/browser/download_danger_type.h
|
| diff --git a/content/public/browser/download_danger_type.h b/content/public/browser/download_danger_type.h
|
| index 2c8ba88b19ec7f9ce32646bd49724fbb18466ded..a7f9942f4eee8a4d40af5e8968ca250564b09cb4 100644
|
| --- a/content/public/browser/download_danger_type.h
|
| +++ b/content/public/browser/download_danger_type.h
|
| @@ -29,6 +29,10 @@ enum DownloadDangerType {
|
| // SafeBrowsing has not finished checking the content).
|
| DOWNLOAD_DANGER_TYPE_MAYBE_DANGEROUS_CONTENT,
|
|
|
| + // SafeBrowsing download service checked the contents of the download, but
|
| + // didn't have enough data to determine whether it was malicious.
|
| + DOWNLOAD_DANGER_TYPE_UNCOMMON_CONTENT,
|
| +
|
| // Memory space for histograms is determined by the max.
|
| // ALWAYS ADD NEW VALUES BEFORE THIS ONE.
|
| DOWNLOAD_DANGER_TYPE_MAX
|
|
|