blob: a821bc9b2e1b1e26c555abacfe3c99905a322833 [file] [log] [blame]
// 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_