chromium/chrome/browser/subresource_filter/subresource_filter_history_observer.cc

// Copyright 2020 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/subresource_filter/subresource_filter_history_observer.h"

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

SubresourceFilterHistoryObserver::SubresourceFilterHistoryObserver(
    subresource_filter::SubresourceFilterContentSettingsManager*
        settings_manager,
    history::HistoryService* history_service)
    :{}

SubresourceFilterHistoryObserver::~SubresourceFilterHistoryObserver() = default;

// Instructs |settings_manager_| to clear the relevant site metadata on URLs
// being deleted from history.
void SubresourceFilterHistoryObserver::OnHistoryDeletions(
    history::HistoryService* history_service,
    const history::DeletionInfo& deletion_info) {}