summaryrefslogtreecommitdiffstats
path: root/chromium/components/policy/core/common/proxy_settings_constants.h
blob: c9835d477ae75d583ae96170569cdee9c13ed781 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright 2021 The Chromium Authors. All rights reserved.
// 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_