chromium/chrome/browser/enterprise/reporting/legacy_tech/legacy_tech_url_matcher.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_url_matcher.h"

#include "base/functional/bind.h"
#include "chrome/browser/enterprise/reporting/prefs.h"
#include "chrome/browser/profiles/profile.h"
#include "components/prefs/pref_service.h"
#include "components/url_matcher/url_util.h"
#include "url/gurl.h"

namespace enterprise_reporting {

LegacyTechURLMatcher::LegacyTechURLMatcher(Profile* profile)
    :{}

LegacyTechURLMatcher::~LegacyTechURLMatcher() = default;

void LegacyTechURLMatcher::OnPrefUpdated() {}

std::optional<std::string> LegacyTechURLMatcher::GetMatchedURL(
    const GURL& url) const {}

}  // namespace enterprise_reporting