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

Side by Side Diff: chrome/browser/app_icon_win.h

Issue 8785006: Badge Windows profile shortcuts with multi-user avatar. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/app_icon_win.cc » ('j') | chrome/browser/app_icon_win.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_APP_ICON_WIN_H_ 5 #ifndef CHROME_BROWSER_APP_ICON_WIN_H_
6 #define CHROME_BROWSER_APP_ICON_WIN_H_ 6 #define CHROME_BROWSER_APP_ICON_WIN_H_
7 #pragma once 7 #pragma once
8 8
9 #include <windows.h> 9 #include <windows.h>
10 10
11 HICON GetAppIcon(); 11 HICON GetAppIcon();
12 12
13 // 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.
14 // dimensions other than what is contained in chrome.dll (16x16, 32x32, 48x48),
15 // this might return a handle to a poorly resized icon.
16 HICON GetAppIconForSize(int size);
17
13 #endif // CHROME_BROWSER_APP_ICON_WIN_H_ 18 #endif // CHROME_BROWSER_APP_ICON_WIN_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/app_icon_win.cc » ('j') | chrome/browser/app_icon_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698