Index: chrome/browser/profiles/avatar_menu.h |
diff --git a/chrome/browser/profiles/avatar_menu.h b/chrome/browser/profiles/avatar_menu.h |
index a2ab430a60c066cf3b7ad63ed8be07bf1a0ce406..b6bb0478a91bc30b8fc441154d6cfd7520bae71d 100644 |
--- a/chrome/browser/profiles/avatar_menu.h |
+++ b/chrome/browser/profiles/avatar_menu.h |
@@ -66,9 +66,13 @@ class AvatarMenu : |
// Whether or not the current profile requires sign-in before use. |
bool signin_required; |
- // Whether or not the current profile is a supervised user |
+ // Whether or not the current profile is a legacy supervised user profile |
// (see SupervisedUserService). |
- bool supervised; |
+ bool legacy_supervised; |
+ |
+ // Whether or not the profile is associated with a child account |
+ // (see SupervisedUserService). |
+ bool child_account; |
// The index in the menu of this profile, used by views to refer to |
// profiles. |