chromium/components/policy/core/browser/webui/policy_webui_constants.h

// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef COMPONENTS_POLICY_CORE_BROWSER_WEBUI_POLICY_WEBUI_CONSTANTS_H_
#define COMPONENTS_POLICY_CORE_BROWSER_WEBUI_POLICY_WEBUI_CONSTANTS_H_

#include "components/policy/policy_export.h"

namespace policy {

POLICY_EXPORT extern const char kPolicyIdsKey[];
POLICY_EXPORT extern const char kPolicyValuesKey[];

}  // namespace policy

#endif  // COMPONENTS_POLICY_CORE_BROWSER_WEBUI_POLICY_WEBUI_CONSTANTS_H_