summaryrefslogtreecommitdiffstats
path: root/chromium/components/enterprise/data_controls/features.h
blob: c12e6b5cce8e8d58d177773f320554a0d9a41688 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// 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 COMPONENTS_ENTERPRISE_DATA_CONTROLS_FEATURES_H_
#define COMPONENTS_ENTERPRISE_DATA_CONTROLS_FEATURES_H_

#include "base/feature_list.h"

namespace data_controls {

// Controls enabling Data Controls for all desktop browser platforms (Windows,
// Mac, Linux, CrOS). Policies controlling cross-platform Data Controls will be
// ignored if this feature is disabled.
BASE_DECLARE_FEATURE(kEnableDesktopDataControls);

}  // namespace data_controls

#endif  // COMPONENTS_ENTERPRISE_DATA_CONTROLS_FEATURES_H_