diff options
Diffstat (limited to 'chrome/browser/ui/gtk/download/download_item_gtk.h')
-rw-r--r-- | chrome/browser/ui/gtk/download/download_item_gtk.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/ui/gtk/download/download_item_gtk.h b/chrome/browser/ui/gtk/download/download_item_gtk.h index bc0cfd3..b9be8a3 100644 --- a/chrome/browser/ui/gtk/download/download_item_gtk.h +++ b/chrome/browser/ui/gtk/download/download_item_gtk.h @@ -73,9 +73,6 @@ class DownloadItemGtk : public content::DownloadItem::Observer, private: friend class DownloadShelfContextMenuGtk; - // Returns true IFF the download is dangerous and unconfirmed. - bool IsDangerous(); - // Functions for controlling the progress animation. // Repaint the download progress. void UpdateDownloadProgress(); |