#ifndef COMPONENTS_POLICY_CORE_COMMON_POLICY_SWITCHES_H_
#define COMPONENTS_POLICY_CORE_COMMON_POLICY_SWITCHES_H_
#include "components/policy/policy_export.h"
#include "build/build_config.h"
namespace policy {
namespace switches {
POLICY_EXPORT extern const char kCloudPolicyInvalidationDelay[];
POLICY_EXPORT extern const char kDeviceManagementUrl[];
POLICY_EXPORT extern const char kEnableComponentCloudPolicy[];
POLICY_EXPORT extern const char kDisablePolicyKeyVerification[];
#if defined(OS_ANDROID) || defined(OS_IOS)
POLICY_EXPORT extern const char kFakeCloudPolicyType[];
#endif
}
}
#endif