Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1267)

Unified Diff: chrome/browser/cocoa/download_shelf_controller.h

Issue 132073: Add "Show all downloads" link to download shelf.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Address comments Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/nibs/en.lproj/DownloadShelf.xib ('k') | chrome/browser/cocoa/download_shelf_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/download_shelf_controller.h
===================================================================
--- chrome/browser/cocoa/download_shelf_controller.h (revision 18784)
+++ chrome/browser/cocoa/download_shelf_controller.h (working copy)
@@ -15,6 +15,8 @@
@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.
« no previous file with comments | « chrome/app/nibs/en.lproj/DownloadShelf.xib ('k') | chrome/browser/cocoa/download_shelf_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698