chromium/chromeos/components/mgs/managed_guest_session_utils.h

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

#ifndef CHROMEOS_COMPONENTS_MGS_MANAGED_GUEST_SESSION_UTILS_H_
#define CHROMEOS_COMPONENTS_MGS_MANAGED_GUEST_SESSION_UTILS_H_

namespace chromeos {

// Returns true if a managed guest session is currently running.
extern bool IsManagedGuestSession();

}  // namespace chromeos

#endif  // CHROMEOS_COMPONENTS_MGS_MANAGED_GUEST_SESSION_UTILS_H_