blob: 08d13cb5ff1188c68f9aba9fe9645147ce70110c [file] [log] [blame]
// Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#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 kDeviceManagementUrl[];
POLICY_EXPORT extern const char kDisableComponentCloudPolicy[];
POLICY_EXPORT extern const char kUserAlwaysAffiliated[];
} // namespace switches
} // namespace policy
#endif // COMPONENTS_POLICY_CORE_COMMON_POLICY_SWITCHES_H_