| Index: chrome/browser/download/download_item_model.h
|
| diff --git a/chrome/browser/download/download_item_model.h b/chrome/browser/download/download_item_model.h
|
| index d5f0b45db0fdf7548c2d8a6a9c87a93c91e4149d..5fe5751dc8fa5269eb7e6f8e60db473ddd086909 100644
|
| --- a/chrome/browser/download/download_item_model.h
|
| +++ b/chrome/browser/download/download_item_model.h
|
| @@ -91,6 +91,10 @@ class DownloadItemModel {
|
| // Implies IsDangerous() and MightBeMalicious().
|
| bool IsMalicious() const;
|
|
|
| + // Does this download have a MIME type (either explicit or inferred from its
|
| + // extension) suggesting that it is a supported image type?
|
| + bool HasSupportedImageMimeType() const;
|
| +
|
| // Is safe browsing download feedback feature available for this download?
|
| bool ShouldAllowDownloadFeedback() const;
|
|
|
|
|