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

Unified Diff: chrome/browser/ui/views/profiles/profile_chooser_view.cc

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/views/profiles/profile_chooser_view.cc
diff --git a/chrome/browser/ui/views/profiles/profile_chooser_view.cc b/chrome/browser/ui/views/profiles/profile_chooser_view.cc
index 188dc8c7a7901508df7ac66c52f442b5a0eba9f4..361681cf5c0fbf3c566f2529e3b8ffcb520126f9 100644
--- a/chrome/browser/ui/views/profiles/profile_chooser_view.cc
+++ b/chrome/browser/ui/views/profiles/profile_chooser_view.cc
@@ -1127,7 +1127,7 @@ views::View* ProfileChooserView::CreateCurrentProfileView(
views::ImageView* supervised_icon = new views::ImageView();
int image_id = browser_->profile()->IsChild()
? IDR_ICON_PROFILES_MENU_CHILD
- : IDR_ICON_PROFILES_MENU_SUPERVISED;
+ : IDR_ICON_PROFILES_MENU_LEGACY_SUPERVISED;
supervised_icon->SetImage(rb->GetImageSkiaNamed(image_id));
gfx::Size preferred_size = supervised_icon->GetPreferredSize();
gfx::Rect parent_bounds = current_profile_photo_->bounds();

Powered by Google App Engine
This is Rietveld 408576698