| Index: chrome/browser/ui/gtk/download/download_item_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/download/download_item_gtk.h b/chrome/browser/ui/gtk/download/download_item_gtk.h
|
| index bc0cfd344127c1ad49d833bb5378b53e361bc16a..b9be8a310a371df5cb5860c90f33f7c529dd885b 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();
|
|
|