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

Unified Diff: trunk/src/chrome/browser/profiles/profile_avatar_icon_util.h

Issue 234583008: Revert 263262 "Newly created profiles should have the grey silho..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 8 months 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: trunk/src/chrome/browser/profiles/profile_avatar_icon_util.h
===================================================================
--- trunk/src/chrome/browser/profiles/profile_avatar_icon_util.h (revision 263283)
+++ trunk/src/chrome/browser/profiles/profile_avatar_icon_util.h (working copy)
@@ -24,12 +24,6 @@
// Gets the number of default avatar icons that exist.
size_t GetDefaultAvatarIconCount();
-// Gets the index for the (grey silhouette) avatar used as a placeholder.
-int GetPlaceholderAvatarIndex();
-
-// Gets the resource ID of the placeholder avatar icon.
-int GetPlaceholderAvatarIconResourceID();
-
// Gets the number of generic avatar icons that exist.
size_t GetGenericAvatarIconCount();
@@ -39,9 +33,6 @@
// Gets the resource filename of the default avatar icon at |index|.
const char* GetDefaultAvatarIconFileNameAtIndex(size_t index);
-// Gets the file name of an avatar that has no high res version.
-const char* GetNoHighResAvatarFileName();
-
// Returns a URL for the default avatar icon with specified index.
std::string GetDefaultAvatarIconUrl(size_t index);
« no previous file with comments | « trunk/src/chrome/app/theme/theme_resources.grd ('k') | trunk/src/chrome/browser/profiles/profile_avatar_icon_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698