summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/download_item_controller.h
diff options
context:
space:
mode:
authorthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-08 15:31:06 +0000
committerthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-08 15:31:06 +0000
commitdf0c36a8a724fa9c9c839fe2116fa448913bd458 (patch)
treedacae210175018a10487c6b4d665615d60f7d571 /chrome/browser/cocoa/download_item_controller.h
parent351e823dc7bab899d9f1293c2e657346fd39d3d6 (diff)
downloadchromium_src-df0c36a8a724fa9c9c839fe2116fa448913bd458.zip
chromium_src-df0c36a8a724fa9c9c839fe2116fa448913bd458.tar.gz
chromium_src-df0c36a8a724fa9c9c839fe2116fa448913bd458.tar.bz2
Use more images from the pak files
- Remove the alert icon from the download item dangerous download xib. - Remove the download fav icon from the download shelf xib. - Update the download shelf to fetch the image from the pak. - Update the download item to fetch the alert image from the pak. - Update the bookmark bar to fetch the folder icon from the xib and cache it. - Remove the three images from the bundles. BUG=20230 TEST=all three still show their images Review URL: http://codereview.chromium.org/260012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28392 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/download_item_controller.h')
-rw-r--r--chrome/browser/cocoa/download_item_controller.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/cocoa/download_item_controller.h b/chrome/browser/cocoa/download_item_controller.h
index dc7b263..ebbd324 100644
--- a/chrome/browser/cocoa/download_item_controller.h
+++ b/chrome/browser/cocoa/download_item_controller.h
@@ -35,6 +35,8 @@ class DownloadShelfContextMenuMac;
// other views.
IBOutlet GTMWidthBasedTweaker* buttonTweaker_;
+ IBOutlet NSImageView* image_;
+
scoped_ptr<DownloadItemMac> bridge_;
scoped_ptr<DownloadShelfContextMenuMac> menuBridge_;