diff options
Diffstat (limited to 'chrome/browser/ui/views/download/download_item_view.h')
-rw-r--r-- | chrome/browser/ui/views/download/download_item_view.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/ui/views/download/download_item_view.h b/chrome/browser/ui/views/download/download_item_view.h index 47f2684..1c64923 100644 --- a/chrome/browser/ui/views/download/download_item_view.h +++ b/chrome/browser/ui/views/download/download_item_view.h @@ -146,6 +146,11 @@ class DownloadItemView : public views::ButtonListener, void OpenDownload(); + // Submit the downloaded file to the safebrowsing download feedback service. + // If true is returned, the DownloadItem and |this| have been deleted. If + // false is returned, nothing has changed. + bool BeginDownloadFeedback(); + void LoadIcon(); void LoadIconIfItemPathChanged(); |