Index: chrome/browser/profiles/profile_info_cache.h |
diff --git a/chrome/browser/profiles/profile_info_cache.h b/chrome/browser/profiles/profile_info_cache.h |
index 07384f4df1e6ed79401737ed539cdf51cc9cbf05..8b9c520382e5bc349467418657e210e99b20133e 100644 |
--- a/chrome/browser/profiles/profile_info_cache.h |
+++ b/chrome/browser/profiles/profile_info_cache.h |
@@ -128,8 +128,12 @@ class ProfileInfoCache : public ProfileInfoInterface, |
// Gets the number of default avatar icons that exist. |
static size_t GetDefaultAvatarIconCount(); |
+ // Gets the index for the (grey silhouette) avatar used as a placeholder. |
+ static int GetPlaceholderAvatarIndex(); |
// Gets the resource ID of the default avatar icon at |index|. |
static int GetDefaultAvatarIconResourceIDAtIndex(size_t index); |
+ // Gets the resource ID of the placeholder avatar icon. |
+ static int GetPlaceholderAvatarIconResourceID(); |
// Returns a URL for the default avatar icon with specified index. |
static std::string GetDefaultAvatarIconUrl(size_t index); |
// Checks if |index| is a valid avatar icon index |