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

Unified Diff: chrome/browser/profiles/profile_avatar_icon_util.cc

Issue 854433003: [Resources] Add profile-sized assets for the generic placeholder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: match variable name to asset file name Created 5 years, 11 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
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/profiles/profile_info_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_avatar_icon_util.cc
diff --git a/chrome/browser/profiles/profile_avatar_icon_util.cc b/chrome/browser/profiles/profile_avatar_icon_util.cc
index 491f6408508151a420e455a310dd1123515916e4..40bd3682025bbc818a40f4d07984bc437e1945d2 100644
--- a/chrome/browser/profiles/profile_avatar_icon_util.cc
+++ b/chrome/browser/profiles/profile_avatar_icon_util.cc
@@ -305,7 +305,7 @@ int GetPlaceholderAvatarIndex() {
}
int GetPlaceholderAvatarIconResourceID() {
- return IDR_PROFILE_AVATAR_26;
+ return IDR_PROFILE_AVATAR_PLACEHOLDER_LARGE;
}
const IconResourceInfo* GetDefaultAvatarIconResourceInfo(size_t index) {
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/profiles/profile_info_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698