blob: 72f5ce534a51664781e3027503d66fcfe3b99ac4 [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 kRealtimeReportingUrl[];
POLICY_EXPORT extern const char kEncryptedReportingUrl[];
POLICY_EXPORT extern const char kUserAlwaysAffiliated[];
POLICY_EXPORT extern const char kChromePolicy[];
} // namespace switches
} // namespace policy
#endif // COMPONENTS_POLICY_CORE_COMMON_POLICY_SWITCHES_H_