summaryrefslogtreecommitdiffstats
path: root/chromium/components/policy/core/common/proxy_settings_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/policy/core/common/proxy_settings_constants.h')
-rw-r--r--chromium/components/policy/core/common/proxy_settings_constants.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/chromium/components/policy/core/common/proxy_settings_constants.h b/chromium/components/policy/core/common/proxy_settings_constants.h
new file mode 100644
index 00000000000..c9835d477ae
--- /dev/null
+++ b/chromium/components/policy/core/common/proxy_settings_constants.h
@@ -0,0 +1,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_