Index: chrome/browser/profiles/profile_shortcut_manager_win.h |
diff --git a/chrome/browser/profiles/profile_shortcut_manager_win.h b/chrome/browser/profiles/profile_shortcut_manager_win.h |
index 30e53494226761c8e8a6feff77d6072b385c5e7b..9cd277534fe2968a7a83ae8deb058f655fa718ee 100644 |
--- a/chrome/browser/profiles/profile_shortcut_manager_win.h |
+++ b/chrome/browser/profiles/profile_shortcut_manager_win.h |
@@ -83,7 +83,14 @@ class ProfileShortcutManagerWin : public ProfileShortcutManager, |
const content::NotificationSource& source, |
const content::NotificationDetails& details) override; |
- private: |
+ // Returns the avatar icons for the given profile that should be used for |
+ // badging. These icons will have correct transparency. |
noms (inactive)
2014/10/30 17:39:08
I would maybe change the "correct transparency" bi
Roger Tawa OOO till Jul 10th
2014/10/31 19:44:39
Removed this code from CL.
|
+ static void GetBadgingAvatarImages(ProfileManager* profile_manager, |
+ const base::FilePath& profile_path, |
+ gfx::Image* image_1x, |
+ gfx::Image* image_2x); |
+ |
+private: |
// Gives the profile path of an alternate profile than |profile_path|. |
// Must only be called when the number profiles is 2. |
base::FilePath GetOtherProfilePath(const base::FilePath& profile_path); |