| Index: chrome/browser/profiles/profile_info_interface.h
|
| diff --git a/chrome/browser/profiles/profile_info_interface.h b/chrome/browser/profiles/profile_info_interface.h
|
| index 66f67417734a50b8fd02ff06e69e5078c20e97c5..563fb63a448a207f3392a9b27f1077c5207b53a0 100644
|
| --- a/chrome/browser/profiles/profile_info_interface.h
|
| +++ b/chrome/browser/profiles/profile_info_interface.h
|
| @@ -59,13 +59,14 @@ class ProfileInfoInterface {
|
| // Checks if the GAIA picture should be used as the profile's avatar icon.
|
| virtual bool IsUsingGAIAPictureOfProfileAtIndex(size_t index) const = 0;
|
|
|
| - virtual bool ProfileIsManagedAtIndex(size_t index) const = 0;
|
| + virtual bool ProfileIsSupervisedAtIndex(size_t index) const = 0;
|
|
|
| // Returns true if the profile should be omitted from the desktop profile
|
| // list (see ProfileListDesktop), so it won't appear in the avatar menu.
|
| virtual bool IsOmittedProfileAtIndex(size_t index) const = 0;
|
|
|
| - virtual std::string GetManagedUserIdOfProfileAtIndex(size_t index) const = 0;
|
| + virtual std::string GetSupervisedUserIdOfProfileAtIndex(
|
| + size_t index) const = 0;
|
|
|
| // This profile is associated with an account but has been signed-out.
|
| virtual bool ProfileIsSigninRequiredAtIndex(size_t index) const = 0;
|
|
|