// 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_POLICY_CORE_COMMON_PROXY_SETTINGS_CONSTANTS_H_ #define COMPONENTS_POLICY_CORE_COMMON_PROXY_SETTINGS_CONSTANTS_H_ namespace policy { // A key used in ProxySettings dictionary. extern const char kProxyPacMandatory[]; } // namespace policy #endif // COMPONENTS_POLICY_CORE_COMMON_PROXY_SETTINGS_CONSTANTS_H_