// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CHROME_BROWSER_SUPERVISED_USER_CHILD_ACCOUNTS_CHILD_ACCOUNT_SERVICE_ANDROID_H_
#define CHROME_BROWSER_SUPERVISED_USER_CHILD_ACCOUNTS_CHILD_ACCOUNT_SERVICE_ANDROID_H_

#include "base/functional/callback_forward.h"
#include "components/signin/public/identity_manager/account_info.h"

namespace content {
class WebContents;
}

void ReauthenticateChildAccount(
    content::WebContents* web_contents,
    const CoreAccountInfo& accountInfo,
    const base::RepeatingCallback<void()>& on_failure_callback);

#endif  // CHROME_BROWSER_SUPERVISED_USER_CHILD_ACCOUNTS_CHILD_ACCOUNT_SERVICE_ANDROID_H_
