Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / components / policy / core / common / policy_switches.h
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.
4
5 #ifndef COMPONENTS_POLICY_CORE_COMMON_POLICY_SWITCHES_H_
6 #define COMPONENTS_POLICY_CORE_COMMON_POLICY_SWITCHES_H_
7
8 #include "components/policy/policy_export.h"
9
10 #include "build/build_config.h"
11
12 namespace policy {
13 namespace switches {
14
15 POLICY_EXPORT extern const char kCloudPolicyInvalidationDelay[];
16 POLICY_EXPORT extern const char kDeviceManagementUrl[];
17 POLICY_EXPORT extern const char kDisableCloudPolicyPush[];
18 POLICY_EXPORT extern const char kEnableComponentCloudPolicy[];
19 POLICY_EXPORT extern const char kEnablePolicyKeyVerification[];
20
21 #if defined(OS_ANDROID) || defined(OS_IOS)
22 POLICY_EXPORT extern const char kFakeCloudPolicyType[];
23 #endif  // defined(OS_ANDROID) || defined(OS_IOS)
24
25 }  // namespace switches
26 }  // namespace policy
27
28 #endif  // COMPONENTS_POLICY_CORE_COMMON_POLICY_SWITCHES_H_