chromium/chrome/browser/enterprise/reporting/legacy_tech/legacy_tech_report_policy_handler.cc

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

#include "chrome/browser/enterprise/reporting/legacy_tech/legacy_tech_report_policy_handler.h"

#include "base/values.h"
#include "build/build_config.h"
#include "chrome/browser/enterprise/reporting/prefs.h"
#include "chrome/common/pref_names.h"
#include "components/policy/core/browser/policy_error_map.h"
#include "components/policy/core/common/policy_map.h"
#include "components/policy/core/common/policy_types.h"
#include "components/policy/policy_constants.h"
#include "components/prefs/pref_value_map.h"
#include "components/strings/grit/components_strings.h"
#include "components/url_matcher/url_util.h"
#include "url/gurl.h"

namespace enterprise_reporting {

LegacyTechReportPolicyHandler::LegacyTechReportPolicyHandler()
    :{}

LegacyTechReportPolicyHandler::~LegacyTechReportPolicyHandler() = default;

bool LegacyTechReportPolicyHandler::CheckPolicySettings(
    const policy::PolicyMap& policies,
    policy::PolicyErrorMap* errors) {}

size_t LegacyTechReportPolicyHandler::max_items() {}

bool LegacyTechReportPolicyHandler::ValidatePolicyEntry(
    const std::string* policy) {}

}  // namespace enterprise_reporting