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

Unified Diff: trunk/src/chrome/browser/ui/webui/signin/user_manager_screen_handler.cc

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
« no previous file with comments | « trunk/src/chrome/browser/ui/views/profiles/profile_chooser_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/ui/webui/signin/user_manager_screen_handler.cc
===================================================================
--- trunk/src/chrome/browser/ui/webui/signin/user_manager_screen_handler.cc (revision 263283)
+++ trunk/src/chrome/browser/ui/webui/signin/user_manager_screen_handler.cc (working copy)
@@ -107,7 +107,7 @@
if (avatar_image.Width() <= profiles::kAvatarIconWidth ||
avatar_image.Height() <= profiles::kAvatarIconHeight ) {
avatar_image = ui::ResourceBundle::GetSharedInstance().GetImageNamed(
- profiles::GetPlaceholderAvatarIconResourceID());
+ IDR_USER_MANAGER_DEFAULT_AVATAR);
}
gfx::Image resized_image = profiles::GetSizedAvatarIconWithBorder(
avatar_image, is_gaia_picture, kAvatarIconSize, kAvatarIconSize);
« no previous file with comments | « trunk/src/chrome/browser/ui/views/profiles/profile_chooser_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698