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

Unified Diff: chrome/browser/icon_loader.h

Issue 6995068: Mac: Fix icons in download dom UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 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 | chrome/browser/icon_loader_linux.cc » ('j') | chrome/browser/icon_loader_mac.mm » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/icon_loader.h
diff --git a/chrome/browser/icon_loader.h b/chrome/browser/icon_loader.h
index 0b6cf2519af578d9adaa229a0e1336dd36cfd34e..24f4cd2ab5975524af33c0747997063e4dd3da9a 100644
--- a/chrome/browser/icon_loader.h
+++ b/chrome/browser/icon_loader.h
@@ -40,7 +40,8 @@ class IconLoader : public base::RefCountedThreadSafe<IconLoader> {
enum IconSize {
SMALL = 0, // 16x16
NORMAL, // 32x32
- LARGE
+ LARGE,
Robert Sesek 2011/06/08 12:57:31 Do you happen to know what 'large' means? 48? Can
sail 2011/06/08 19:23:42 Done.
+ ALL, // All sizes available
};
class Delegate {
« no previous file with comments | « no previous file | chrome/browser/icon_loader_linux.cc » ('j') | chrome/browser/icon_loader_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698