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

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

Issue 898533005: Rename for some supervised users ambiguity. Adding child account icon to the avatar menu bubble. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename for user-removal-warning. Created 5 years, 10 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: chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
diff --git a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
index cc431404edf2a2f2462dc6626df158fed32d6414..31e1531cb686fc151a4a721f467d280265e4a6c9 100644
--- a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
+++ b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
@@ -1635,7 +1635,7 @@ class ActiveProfileObserverBridge : public AvatarMenuObserver,
[[NSImageView alloc] initWithFrame:NSZeroRect]);
int imageId = browser_->profile()->IsChild()
? IDR_ICON_PROFILES_MENU_CHILD
- : IDR_ICON_PROFILES_MENU_SUPERVISED;
+ : IDR_ICON_PROFILES_MENU_LEGACY_SUPERVISED;
ui::ResourceBundle* rb = &ui::ResourceBundle::GetSharedInstance();
[supervisedIcon setImage:rb->GetNativeImageNamed(imageId).ToNSImage()];
NSSize size = [[supervisedIcon image] size];
« no previous file with comments | « chrome/browser/resources/user_manager/user_manager.css ('k') | chrome/browser/ui/views/profiles/profile_chooser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698