// 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. #ifndef CHROME_BROWSER_ENTERPRISE_CONNECTORS_DEVICE_TRUST_ATTESTATION_BROWSER_ATTESTATION_SWITCHES_H_ #define CHROME_BROWSER_ENTERPRISE_CONNECTORS_DEVICE_TRUST_ATTESTATION_BROWSER_ATTESTATION_SWITCHES_H_ namespace enterprise_connectors::switches { // Specifies whether to use Verified Access server's DEV keys. extern const char kUseVaDevKeys[]; } // namespace enterprise_connectors::switches #endif // CHROME_BROWSER_ENTERPRISE_CONNECTORS_DEVICE_TRUST_ATTESTATION_BROWSER_ATTESTATION_SWITCHES_H_