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; |