Chromium Code Reviews| Index: chrome/browser/app_icon_win.h |
| =================================================================== |
| --- chrome/browser/app_icon_win.h (revision 112717) |
| +++ chrome/browser/app_icon_win.h (working copy) |
| @@ -10,4 +10,9 @@ |
| HICON GetAppIcon(); |
| +// Retrieve the application icon for given dimensions. Note that if you specify |
|
robertshield
2011/12/03 02:42:31
uber-nit: "for given dimensions." -> "for the give
SteveT
2011/12/03 03:19:15
Done.
|
| +// dimensions other than what is contained in chrome.dll (16x16, 32x32, 48x48), |
| +// this might return a handle to a poorly resized icon. |
| +HICON GetAppIconForSize(int size); |
| + |
| #endif // CHROME_BROWSER_APP_ICON_WIN_H_ |