#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) { … }
}
ActivationList GetListForThreatTypeAndMetadata(
safe_browsing::SBThreatType threat_type,
const safe_browsing::ThreatMetadata& threat_type_metadata,
bool* warning) { … }
}