Index: chrome/browser/supervised_user/child_accounts/child_account_service.h |
diff --git a/chrome/browser/supervised_user/child_accounts/child_account_service.h b/chrome/browser/supervised_user/child_accounts/child_account_service.h |
index 4a1519670d151ea72d94199ac39cda71cf43e7db..5427f254e3731a5d89a2ef79e68c2b8edb887d1f 100644 |
--- a/chrome/browser/supervised_user/child_accounts/child_account_service.h |
+++ b/chrome/browser/supervised_user/child_accounts/child_account_service.h |
@@ -70,6 +70,8 @@ class ChildAccountService : public KeyedService, |
const std::vector<FamilyInfoFetcher::FamilyMember>& members) override; |
void OnFailure(FamilyInfoFetcher::ErrorCode error) override; |
+ bool IsChildAccountDetectionEnabled() const; |
+ |
void StartFetchingFamilyInfo(); |
void CancelFetchingFamilyInfo(); |
void ScheduleNextFamilyInfoUpdate(base::TimeDelta delay); |