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

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

Issue 206133006: Remove disable-cloud-policy-push flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
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[];
18 POLICY_EXPORT extern const char kEnableComponentCloudPolicy[]; 17 POLICY_EXPORT extern const char kEnableComponentCloudPolicy[];
19 POLICY_EXPORT extern const char kDisablePolicyKeyVerification[]; 18 POLICY_EXPORT extern const char kDisablePolicyKeyVerification[];
20 19
21 #if defined(OS_ANDROID) || defined(OS_IOS) 20 #if defined(OS_ANDROID) || defined(OS_IOS)
22 POLICY_EXPORT extern const char kFakeCloudPolicyType[]; 21 POLICY_EXPORT extern const char kFakeCloudPolicyType[];
23 #endif // defined(OS_ANDROID) || defined(OS_IOS) 22 #endif // defined(OS_ANDROID) || defined(OS_IOS)
24 23
25 } // namespace switches 24 } // namespace switches
26 } // namespace policy 25 } // namespace policy
27 26
28 #endif // COMPONENTS_POLICY_CORE_COMMON_POLICY_SWITCHES_H_ 27 #endif // COMPONENTS_POLICY_CORE_COMMON_POLICY_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698