chromium/components/enterprise/content/pref_names.h

// Copyright 2021 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_CONTENT_PREF_NAMES_H_
#define COMPONENTS_ENTERPRISE_CONTENT_PREF_NAMES_H_

namespace enterprise {
namespace content {

extern const char kCopyPreventionSettings[];
extern const char kCopyPreventionSettingsEnableFieldName[];
extern const char kCopyPreventionSettingsDisableFieldName[];
extern const char kCopyPreventionSettingsMinDataSizeFieldName[];

}  // namespace content
}  // namespace enterprise

#endif  // COMPONENTS_ENTERPRISE_CONTENT_PREF_NAMES_H_