chromium/chrome/browser/enterprise/connectors/interstitials/enterprise_interstitial_util.cc

// Copyright 2024 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/connectors/interstitials/enterprise_interstitial_util.h"
#include "base/strings/strcat.h"
#include "base/strings/utf_string_conversions.h"
#include "components/safe_browsing/core/common/features.h"
#include "url/gurl.h"

namespace enterprise_connectors {

namespace {

std::u16string GetCustomMessageFromNavigationRule(
    const safe_browsing::MatchedUrlNavigationRule& rule) {}

}  // namespace

std::u16string GetUrlFilteringCustomMessage(
    const safe_browsing::SafeBrowsingBlockingPage::UnsafeResourceList&
        unsafe_resources_) {}

}  // namespace enterprise_connectors