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

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

Issue 189913016: Turn on policy key verification by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | Annotate | Revision Log
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 kCloudPolicyInvalidationDelay[]; 15 POLICY_EXPORT extern const char kCloudPolicyInvalidationDelay[];
16 POLICY_EXPORT extern const char kDeviceManagementUrl[]; 16 POLICY_EXPORT extern const char kDeviceManagementUrl[];
17 POLICY_EXPORT extern const char kDisableCloudPolicyPush[]; 17 POLICY_EXPORT extern const char kDisableCloudPolicyPush[];
18 POLICY_EXPORT extern const char kEnableComponentCloudPolicy[]; 18 POLICY_EXPORT extern const char kEnableComponentCloudPolicy[];
19 POLICY_EXPORT extern const char kEnablePolicyKeyVerification[]; 19 POLICY_EXPORT extern const char kDisablePolicyKeyVerification[];
20 20
21 #if defined(OS_ANDROID) || defined(OS_IOS) 21 #if defined(OS_ANDROID) || defined(OS_IOS)
22 POLICY_EXPORT extern const char kFakeCloudPolicyType[]; 22 POLICY_EXPORT extern const char kFakeCloudPolicyType[];
23 #endif // defined(OS_ANDROID) || defined(OS_IOS) 23 #endif // defined(OS_ANDROID) || defined(OS_IOS)
24 24
25 } // namespace switches 25 } // namespace switches
26 } // namespace policy 26 } // namespace policy
27 27
28 #endif // COMPONENTS_POLICY_CORE_COMMON_POLICY_SWITCHES_H_ 28 #endif // COMPONENTS_POLICY_CORE_COMMON_POLICY_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698