blob: 7c1d7a2c912e315718ca5748234bf20eb002d4a5 [file] [log] [blame]
# Copyright 2022 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
declare_args() {
# Enables supervision for Family Link users.
enable_supervised_users =
# Platforms which fully support supervision features:
is_android || is_chromeos ||
# Platforms for which support is currently in development:
is_ios || is_linux || is_mac || is_win
}