From 0fbde57962200fc5fb7b7c3b7bb283dca0b8133f Mon Sep 17 00:00:00 2001 From: "thakis@chromium.org" Date: Fri, 19 Jun 2009 18:15:59 +0000 Subject: Add "Show all downloads" link to download shelf. BUG=14665 TEST=Download something, check that "show all downloads" text is on shelf, click it, check that the downloads tab opens. Review URL: http://codereview.chromium.org/132073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18831 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/cocoa/download_shelf_controller.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome/browser/cocoa/download_shelf_controller.h') diff --git a/chrome/browser/cocoa/download_shelf_controller.h b/chrome/browser/cocoa/download_shelf_controller.h index 86c5535..58241c6 100644 --- a/chrome/browser/cocoa/download_shelf_controller.h +++ b/chrome/browser/cocoa/download_shelf_controller.h @@ -15,6 +15,8 @@ class DownloadShelf; @interface DownloadShelfController : NSViewController { @private + IBOutlet NSTextView* showAllDownloadsLink_; + // Currently these two are always the same, but they mean slightly // different things. contentAreaHasOffset_ is an implementation // detail of download shelf visibility. -- cgit v1.1