Index: chrome/browser/profiles/profile_info_cache.h |
diff --git a/chrome/browser/profiles/profile_info_cache.h b/chrome/browser/profiles/profile_info_cache.h |
index eccbaf6577ff25fad04f3c5ef69e05130281eb90..d38fca1d17875d29ee5d570dcdfb9cad012e0f1b 100644 |
--- a/chrome/browser/profiles/profile_info_cache.h |
+++ b/chrome/browser/profiles/profile_info_cache.h |
@@ -77,6 +77,8 @@ class ProfileInfoCache : public ProfileInfoInterface, |
const gfx::Image* GetGAIAPictureOfProfileAtIndex(size_t index) const override; |
bool IsUsingGAIAPictureOfProfileAtIndex(size_t index) const override; |
bool ProfileIsSupervisedAtIndex(size_t index) const override; |
+ bool ProfileIsChildAtIndex(size_t index) const override; |
+ bool ProfileIsLegacySupervisedAtIndex(size_t index) const override; |
bool IsOmittedProfileAtIndex(size_t index) const override; |
bool ProfileIsSigninRequiredAtIndex(size_t index) const override; |
std::string GetSupervisedUserIdOfProfileAtIndex(size_t index) const override; |