// 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. #include "components/enterprise/content/pref_names.h" namespace enterprise { namespace content { // Dictionary policy describing a set of URL patterns where copying to the // clipboard is not allowed. const char kCopyPreventionSettings[] = …; const char kCopyPreventionSettingsEnableFieldName[] = …; const char kCopyPreventionSettingsDisableFieldName[] = …; const char kCopyPreventionSettingsMinDataSizeFieldName[] = …; } // namespace content } // namespace enterprise