summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/download_shelf_gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/gtk/download_shelf_gtk.h')
-rw-r--r--chrome/browser/gtk/download_shelf_gtk.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/gtk/download_shelf_gtk.h b/chrome/browser/gtk/download_shelf_gtk.h
index bc41647..4ed81b7 100644
--- a/chrome/browser/gtk/download_shelf_gtk.h
+++ b/chrome/browser/gtk/download_shelf_gtk.h
@@ -16,7 +16,6 @@
class BaseDownloadItemModel;
class CustomDrawButton;
class DownloadItemGtk;
-class LinkButtonGtk;
class SlideAnimatorGtk;
class DownloadShelfGtk : public DownloadShelf {
@@ -56,9 +55,6 @@ class DownloadShelfGtk : public DownloadShelf {
// distinction of being the leftmost non-download item widget on the shelf.
GtkWidget* link_hbox_;
- // The clickable "Show all downloads..." link text.
- scoped_ptr<LinkButtonGtk> link_button_;
-
// The 'x' that the user can press to hide the download shelf.
scoped_ptr<CustomDrawButton> close_button_;