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

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

Issue 384115: Mac: Draw download item background like windows does if a theme is installed. (Closed)
Patch Set: Created 11 years, 1 month 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/cocoa/download_item_cell.h
diff --git a/chrome/browser/cocoa/download_item_cell.h b/chrome/browser/cocoa/download_item_cell.h
index 3c2b7d59ff765e45a113fcb6c2e7b928dbefb3e2..248225c0c20b1895593c42b5ad14552d8eb72179 100644
--- a/chrome/browser/cocoa/download_item_cell.h
+++ b/chrome/browser/cocoa/download_item_cell.h
@@ -11,6 +11,7 @@
#include "base/file_path.h"
class BaseDownloadItemModel;
+@class GTMTheme;
// A button cell that implements the weird button/popup button hybrid that is
// used by the download items.
@@ -42,6 +43,8 @@ enum DownloadItemMousePosition {
CGFloat titleY_;
CGFloat statusAlpha_;
scoped_nsobject<NSAnimation> hideStatusAnimation_;
+
+ scoped_nsobject<GTMTheme> theme_;
}
- (void)setStateFromDownload:(BaseDownloadItemModel*)downloadModel;
« no previous file with comments | « no previous file | chrome/browser/cocoa/download_item_cell.mm » ('j') | chrome/browser/cocoa/download_item_cell.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698