summaryrefslogtreecommitdiffstats
path: root/chrome/browser/app_icon_win.h
diff options
context:
space:
mode:
authorstevet@chromium.org <stevet@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-06 03:46:22 +0000
committerstevet@chromium.org <stevet@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-06 03:46:22 +0000
commit4b7a2aa9bec6d0930a964880aec6d1fa3e044272 (patch)
treea53220dc95be462855e904a4f74205dc37f465b3 /chrome/browser/app_icon_win.h
parent87a58d935007a0077082ea113bbd996375a07fa3 (diff)
downloadchromium_src-4b7a2aa9bec6d0930a964880aec6d1fa3e044272.zip
chromium_src-4b7a2aa9bec6d0930a964880aec6d1fa3e044272.tar.gz
chromium_src-4b7a2aa9bec6d0930a964880aec6d1fa3e044272.tar.bz2
Badge Windows profile shortcuts with multi-user avatar.
BUG=105110 TEST=Ensure that when Chrome on Windows creates a desktop icon for a new Profile, the icon image has the user avatar in it. Ensure that changing the Avatar changes the image in the icon. TBR=rsesek Review URL: http://codereview.chromium.org/8785006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113104 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/app_icon_win.h')
-rw-r--r--chrome/browser/app_icon_win.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/chrome/browser/app_icon_win.h b/chrome/browser/app_icon_win.h
index 02dc9b2..46efdc2 100644
--- a/chrome/browser/app_icon_win.h
+++ b/chrome/browser/app_icon_win.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -10,4 +10,9 @@
HICON GetAppIcon();
+// 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
+// might return a handle to a poorly resized icon.
+HICON GetAppIconForSize(int size);
+
#endif // CHROME_BROWSER_APP_ICON_WIN_H_