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

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

Issue 2668393003: Fix using theme colors for the download shelf's close button. (Closed)
Patch Set: Created 3 years, 11 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
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..372ad83d63c9a4359acb1cc7656e3dd943855f15 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,13 @@
#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 {
+ IBOutlet HoverCloseButton* closeButton_;
}
@end

Powered by Google App Engine
This is Rietveld 408576698