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

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

Issue 350183002: Rename "managed (mode|user)" to "supervised user" (part 5) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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/avatar_label.cc
diff --git a/chrome/browser/ui/views/profiles/avatar_label.cc b/chrome/browser/ui/views/profiles/avatar_label.cc
index 1e16128db4d0735a5dbf2c2762f9ebe6e2c15484..1d67f4b9d5f35c81320152c2958d4cfbabae0804 100644
--- a/chrome/browser/ui/views/profiles/avatar_label.cc
+++ b/chrome/browser/ui/views/profiles/avatar_label.cc
@@ -50,7 +50,7 @@ AvatarLabelBorder::AvatarLabelBorder(bool label_on_right) {
kHorizontalInsetLeft,
kVerticalInsetBottom + addToBottom,
kHorizontalInsetRight);
- const int kImages[] = IMAGE_GRID(IDR_MANAGED_USER_LABEL);
+ const int kImages[] = IMAGE_GRID(IDR_SUPERVISED_USER_LABEL);
painter_.reset(views::Painter::CreateImageGridPainter(kImages));
}
@@ -94,7 +94,7 @@ gfx::Size AvatarLabelBorder::GetMinimumSize() const {
AvatarLabel::AvatarLabel(BrowserView* browser_view)
: LabelButton(NULL,
- l10n_util::GetStringUTF16(IDS_MANAGED_USER_AVATAR_LABEL)),
+ l10n_util::GetStringUTF16(IDS_SUPERVISED_USER_AVATAR_LABEL)),
browser_view_(browser_view) {
SetLabelOnRight(false);
UpdateLabelStyle();
« no previous file with comments | « chrome/browser/ui/cocoa/profiles/avatar_label_button.mm ('k') | chrome/browser/ui/views/profiles/new_avatar_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698