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

Unified Diff: chrome/browser/ui/cocoa/profiles/avatar_icon_controller.h

Issue 384023002: Rename "managed (mode|user)" to "supervised user" (part 6) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: break long lines Created 6 years, 5 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/avatar_icon_controller.h
diff --git a/chrome/browser/ui/cocoa/profiles/avatar_icon_controller.h b/chrome/browser/ui/cocoa/profiles/avatar_icon_controller.h
index 88e99fa07392026432812883424ca33498dd9e05..1e3170d8087defd554149c8b130af8fb2ea18a2e 100644
--- a/chrome/browser/ui/cocoa/profiles/avatar_icon_controller.h
+++ b/chrome/browser/ui/cocoa/profiles/avatar_icon_controller.h
@@ -19,11 +19,12 @@ class Browser;
// will open the profile menu; in Incognito, clicking will do nothing.
@interface AvatarIconController : AvatarBaseController {
@private
- // The managed user avatar label button. Only used for managed user profiles.
+ // The supervised user avatar label button. Only used for supervised user
+ // profiles.
base::scoped_nsobject<AvatarLabelButton> labelButton_;
}
-// The managed user avatar label button view.
+// The supervised user avatar label button view.
@property(readonly, nonatomic) NSButton* labelButtonView;
// Designated initializer.
« no previous file with comments | « chrome/browser/ui/app_list/app_list_view_delegate.cc ('k') | chrome/browser/ui/cocoa/profiles/avatar_menu_bubble_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698