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

Unified Diff: chrome/browser/ui/cocoa/download/download_shelf_view_cocoa.h

Issue 2687633002: Fix using theme colors for the download shelf's close button. (Closed)
Patch Set: Created 3 years, 10 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/DownloadShelf.xib ('k') | chrome/browser/ui/cocoa/download/download_shelf_view_cocoa.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/download/download_shelf_view_cocoa.h
diff --git a/chrome/browser/ui/cocoa/download/download_shelf_view_cocoa.h b/chrome/browser/ui/cocoa/download/download_shelf_view_cocoa.h
index fabf4ad95f6bbef2bc737a65302297b9c587c988..b3759a8580e24eb4a23a61aaad64013fb8d45eb6 100644
--- a/chrome/browser/ui/cocoa/download/download_shelf_view_cocoa.h
+++ b/chrome/browser/ui/cocoa/download/download_shelf_view_cocoa.h
@@ -9,10 +9,14 @@
#import "chrome/browser/ui/cocoa/animatable_view.h"
+@class HoverCloseButton;
+
// A view that handles any special rendering for the download shelf, painting
// a gradient and managing a set of DownloadItemViews.
@interface DownloadShelfView : AnimatableView {
+ @private
+ IBOutlet HoverCloseButton* closeButton_;
}
@end
« no previous file with comments | « chrome/app/nibs/DownloadShelf.xib ('k') | chrome/browser/ui/cocoa/download/download_shelf_view_cocoa.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698