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

Unified Diff: chrome/browser/app_icon_win.h

Issue 772533002: Fix icon on Windows XP taskbar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add some doc + git cl format Created 6 years 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/app_icon_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/app_icon_win.h
diff --git a/chrome/browser/app_icon_win.h b/chrome/browser/app_icon_win.h
index d15ac6c360d05ea07432981e95275ca8e371010d..7a29d1f374386ce8d3327b96d636ae444237ea8d 100644
--- a/chrome/browser/app_icon_win.h
+++ b/chrome/browser/app_icon_win.h
@@ -12,6 +12,7 @@
class SkBitmap;
HICON GetAppIcon();
+HICON GetSmallAppIcon();
// Retrieve the application icon for the given size. Note that if you specify a
// size other than what is contained in chrome.dll (16x16, 32x32, 48x48), this
« no previous file with comments | « no previous file | chrome/browser/app_icon_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698