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

Unified Diff: chrome/browser/ui/cocoa/profiles/avatar_menu_bubble_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_menu_bubble_controller.h
diff --git a/chrome/browser/ui/cocoa/profiles/avatar_menu_bubble_controller.h b/chrome/browser/ui/cocoa/profiles/avatar_menu_bubble_controller.h
index 98204580e24c2378ebb87cf372b9c68077ff4387..ed2d3add801d8b843b411cacbd2f797d3ae24966 100644
--- a/chrome/browser/ui/cocoa/profiles/avatar_menu_bubble_controller.h
+++ b/chrome/browser/ui/cocoa/profiles/avatar_menu_bubble_controller.h
@@ -25,7 +25,7 @@ class Browser;
// Array of the below view controllers.
base::scoped_nsobject<NSMutableArray> items_;
- // Is set to true if the managed user has clicked on Switch Users.
+ // Is set to true if the supervised user has clicked on Switch Users.
BOOL expanded_;
}
@@ -43,7 +43,7 @@ class Browser;
// Edits a given profile. |sender| is an AvatarMenuItemController.
- (IBAction)editProfile:(id)sender;
-// Switches from the managed user avatar menu to the normal avatar menu which
+// Switches from the supervised user avatar menu to the normal avatar menu which
// allows to switch profiles.
- (IBAction)switchProfile:(id)sender;

Powered by Google App Engine
This is Rietveld 408576698