| 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..a0b434ff808559354c3b767d3ecb52e00f352a16 100644
 | 
| --- a/chrome/browser/supervised_user/child_accounts/child_account_service.h
 | 
| +++ b/chrome/browser/supervised_user/child_accounts/child_account_service.h
 | 
| @@ -36,6 +36,8 @@ class ChildAccountService : public KeyedService,
 | 
|   public:
 | 
|    ~ChildAccountService() override;
 | 
|  
 | 
| +  static bool IsChildAccountDetectionEnabled();
 | 
| +
 | 
|    void Init();
 | 
|  
 | 
|    // Sets whether the signed-in account is a child account.
 | 
| 
 |