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

Unified Diff: chrome/browser/cocoa/download_item_mac.mm

Issue 174049: Load 16x16 icons for shelf. (Closed)
Patch Set: Created 11 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/download_item_mac.mm
diff --git a/chrome/browser/cocoa/download_item_mac.mm b/chrome/browser/cocoa/download_item_mac.mm
index 453e52c99b99a34727c602abe4d2667c9cd1fe28..e025d06cea692de9839e42be5e0347465b1ac596 100644
--- a/chrome/browser/cocoa/download_item_mac.mm
+++ b/chrome/browser/cocoa/download_item_mac.mm
@@ -70,7 +70,7 @@ void DownloadItemMac::LoadIcon() {
}
// The icon isn't cached, load it asynchronously.
- icon_manager->LoadIcon(file, IconLoader::NORMAL, &icon_consumer_,
+ icon_manager->LoadIcon(file, IconLoader::SMALL, &icon_consumer_,
NewCallback(this,
&DownloadItemMac::OnExtractIconComplete));
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698