Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(218)

Side by Side Diff: components/policy/core/common/policy_switches.cc

Issue 2545523003: As YAPS server does not handle affiliation_ids correctly yet, we need to have a flag that would al… (Closed)
Patch Set: Added comments Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « components/policy/core/common/policy_switches.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "components/policy/core/common/policy_switches.h" 5 #include "components/policy/core/common/policy_switches.h"
6 6
7 namespace policy { 7 namespace policy {
8 namespace switches { 8 namespace switches {
9 9
10 // Specifies the URL at which to fetch configuration policy from the device 10 // Specifies the URL at which to fetch configuration policy from the device
11 // management backend. 11 // management backend.
12 const char kDeviceManagementUrl[] = "device-management-url"; 12 const char kDeviceManagementUrl[] = "device-management-url";
13 13
14 // Disables fetching and storing cloud policy for components. 14 // Disables fetching and storing cloud policy for components.
15 const char kDisableComponentCloudPolicy[] = "disable-component-cloud-policy"; 15 const char kDisableComponentCloudPolicy[] = "disable-component-cloud-policy";
16 16
17 // Disables the verification of policy signing keys. 17 // Disables the verification of policy signing keys.
18 // TODO(atwilson): Remove this once all test servers have been updated to 18 // TODO(atwilson): Remove this once all test servers have been updated to
19 // produce verification signatures. 19 // produce verification signatures.
20 const char kDisablePolicyKeyVerification[] = "disable-policy-key-verification"; 20 const char kDisablePolicyKeyVerification[] = "disable-policy-key-verification";
21 21
22 // Always treat user as affiliated.
23 // TODO(antrim): Remove once test servers correctly produce affiliation ids.
24 const char kUserAlwaysAffiliated[] = "user-always-affiliated";
25
22 } // namespace switches 26 } // namespace switches
23 } // namespace policy 27 } // namespace policy
OLDNEW
« no previous file with comments | « components/policy/core/common/policy_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698