| 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 d328470a6265b7cb35a80aec8f96e1ed1052c307..2ef6371d26b8886343b9c9b0cc904ee1281040c5 100644
|
| --- a/chrome/browser/download/download_item_model.h
|
| +++ b/chrome/browser/download/download_item_model.h
|
| @@ -79,6 +79,9 @@ class DownloadItemModel {
|
| // Is this considered a malicious download? Implies IsDangerous().
|
| bool IsMalicious() const;
|
|
|
| + // Is safe browsing download feedback feature available for this download?
|
| + bool ShouldAllowDownloadFeedback() const;
|
| +
|
| // Returns |true| if this download is expected to complete successfully and
|
| // thereafter be removed from the shelf. Downloads that are opened
|
| // automatically or are temporary will be removed from the shelf on successful
|
|
|