diff options
Diffstat (limited to 'chrome/browser/download/download_item_model.h')
-rw-r--r-- | chrome/browser/download/download_item_model.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/download/download_item_model.h b/chrome/browser/download/download_item_model.h index 66021d3..157024f 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 |