// 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. #include "components/enterprise/device_trust/prefs.h" namespace enterprise_connectors { const char kUserContextAwareAccessSignalsAllowlistPref[] = …; const char kBrowserContextAwareAccessSignalsAllowlistPref[] = …; void RegisterDeviceTrustConnectorProfilePrefs(PrefRegistrySimple* registry) { … } } // namespace enterprise_connectors