chromium/components/subresource_filter/content/browser/subresource_filter_profile_context.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/subresource_filter_profile_context.h"

#include "base/check.h"
#include "base/not_fatal_until.h"
#include "components/subresource_filter/content/browser/ads_intervention_manager.h"
#include "components/subresource_filter/content/browser/subresource_filter_content_settings_manager.h"

namespace subresource_filter {

SubresourceFilterProfileContext::SubresourceFilterProfileContext(
    HostContentSettingsMap* settings_map)
    :{}

SubresourceFilterProfileContext::~SubresourceFilterProfileContext() {}

void SubresourceFilterProfileContext::SetEmbedderData(
    std::unique_ptr<SubresourceFilterProfileContext::EmbedderData>
        embedder_data) {}

void SubresourceFilterProfileContext::Shutdown() {}

}  // namespace subresource_filter