Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / cocoa / profiles / avatar_menu_bubble_controller.h
index 9820458..ed2d3ad 100644 (file)
@@ -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;