diff options
Diffstat (limited to 'chrome/browser/cocoa/download_shelf_controller.h')
-rw-r--r-- | chrome/browser/cocoa/download_shelf_controller.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/cocoa/download_shelf_controller.h b/chrome/browser/cocoa/download_shelf_controller.h index cc6413c..872ac3b 100644 --- a/chrome/browser/cocoa/download_shelf_controller.h +++ b/chrome/browser/cocoa/download_shelf_controller.h @@ -36,8 +36,7 @@ class DownloadShelf; @interface DownloadShelfController : NSViewController<NSTextViewDelegate> { @private - IBOutlet NSScrollView* linkContainer_; - IBOutlet NSTextView* showAllDownloadsLink_; + IBOutlet NSButton* showAllDownloadsLink_; IBOutlet NSImageView* image_; @@ -59,6 +58,8 @@ class DownloadShelf; - (id)initWithBrowser:(Browser*)browser resizeDelegate:(id<ViewResizer>)resizeDelegate; +- (IBAction)showDownloadsTab:(id)sender; + // Returns our view cast as an AnimatableView. - (AnimatableView*)animatableView; |