chromium/components/subresource_filter/content/browser/content_activation_list_utils.cc

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

#include "components/subresource_filter/content/browser/content_activation_list_utils.h"

#include "base/check.h"
#include "base/not_fatal_until.h"
#include "components/subresource_filter/core/browser/subresource_filter_features.h"

namespace subresource_filter {

namespace {

ActivationList GetSubresourceFilterMatch(
    const safe_browsing::ThreatMetadata& threat_type_metadata,
    bool* warning) {}

}  // namespace

ActivationList GetListForThreatTypeAndMetadata(
    safe_browsing::SBThreatType threat_type,
    const safe_browsing::ThreatMetadata& threat_type_metadata,
    bool* warning) {}

}  // namespace subresource_filter