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

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

Issue 2606423002: Remove disable-policy-key-verification command line flag (Closed)
Patch Set: Rename deprecated constant Created 3 years, 11 months 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
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 #ifndef COMPONENTS_POLICY_CORE_COMMON_POLICY_SWITCHES_H_ 5 #ifndef COMPONENTS_POLICY_CORE_COMMON_POLICY_SWITCHES_H_
6 #define COMPONENTS_POLICY_CORE_COMMON_POLICY_SWITCHES_H_ 6 #define COMPONENTS_POLICY_CORE_COMMON_POLICY_SWITCHES_H_
7 7
8 #include "components/policy/policy_export.h" 8 #include "components/policy/policy_export.h"
9 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
11 11
12 namespace policy { 12 namespace policy {
13 namespace switches { 13 namespace switches {
14 14
15 POLICY_EXPORT extern const char kDeviceManagementUrl[]; 15 POLICY_EXPORT extern const char kDeviceManagementUrl[];
16 POLICY_EXPORT extern const char kDisableComponentCloudPolicy[]; 16 POLICY_EXPORT extern const char kDisableComponentCloudPolicy[];
17 POLICY_EXPORT extern const char kDisablePolicyKeyVerification[];
18 POLICY_EXPORT extern const char kUserAlwaysAffiliated[]; 17 POLICY_EXPORT extern const char kUserAlwaysAffiliated[];
19 18
20 } // namespace switches 19 } // namespace switches
21 } // namespace policy 20 } // namespace policy
22 21
23 #endif // COMPONENTS_POLICY_CORE_COMMON_POLICY_SWITCHES_H_ 22 #endif // COMPONENTS_POLICY_CORE_COMMON_POLICY_SWITCHES_H_
OLDNEW
« no previous file with comments | « components/policy/core/common/cloud/cloud_policy_validator.cc ('k') | components/policy/core/common/policy_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698