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

Unified Diff: trunk/src/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm

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/ui/cocoa/profiles/profile_chooser_controller.mm
===================================================================
--- trunk/src/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm (revision 263283)
+++ trunk/src/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm (working copy)
@@ -1103,7 +1103,7 @@
- (NSView*)createGuestProfileView {
gfx::Image guestIcon =
ui::ResourceBundle::GetSharedInstance().GetNativeImageNamed(
- profiles::GetPlaceholderAvatarIconResourceID());
+ IDR_LOGIN_GUEST);
AvatarMenu::Item guestItem(std::string::npos, /* menu_index, not used */
std::string::npos, /* profile_index, not used */
guestIcon);

Powered by Google App Engine
This is Rietveld 408576698