Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / components / policy / core / common / policy_switches.cc
blobc9682f62761e3c272104997825f90e5e4c9e1e7a
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "components/policy/core/common/policy_switches.h"
7 namespace policy {
8 namespace switches {
10 // Specifies the URL at which to fetch configuration policy from the device
11 // management backend.
12 const char kDeviceManagementUrl[] = "device-management-url";
14 // Disables fetching and storing cloud policy for components.
15 const char kDisableComponentCloudPolicy[] = "disable-component-cloud-policy";
17 // Disables the verification of policy signing keys.
18 // TODO(atwilson): Remove this once all test servers have been updated to
19 // produce verification signatures.
20 const char kDisablePolicyKeyVerification[] = "disable-policy-key-verification";
22 } // namespace switches
23 } // namespace policy