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

Unified Diff: chrome/browser/profiles/avatar_menu.h

Issue 660813002: [Win] Add a fast profile switcher to the Windows taskbar item. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile Created 6 years, 1 month 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
Index: chrome/browser/profiles/avatar_menu.h
diff --git a/chrome/browser/profiles/avatar_menu.h b/chrome/browser/profiles/avatar_menu.h
index 8d746e5ed6876cfa78855c0a5f93b8731491b963..487f0c46dc4574a7232ae38555883ccd0914861f 100644
--- a/chrome/browser/profiles/avatar_menu.h
+++ b/chrome/browser/profiles/avatar_menu.h
@@ -92,12 +92,6 @@ class AvatarMenu :
// True if avatar menu should be displayed.
static bool ShouldShowAvatarMenu();
- // Sets |image| to the image corresponding to the given profile, and
- // sets |is_rectangle| to true unless |image| is a built-in profile avatar.
- static void GetImageForMenuButton(Profile* profile,
- gfx::Image* image,
- bool* is_rectangle);
-
// Compare items by name.
static bool CompareItems(const Item* item1, const Item* item2);

Powered by Google App Engine
This is Rietveld 408576698