chromium/components/content_settings/core/browser/user_modifiable_provider.cc

// Copyright 2023 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/content_settings/core/browser/user_modifiable_provider.h"

namespace content_settings {

void UserModifiableProvider::ExpireWebsiteSetting(
    const ContentSettingsPattern& primary_pattern,
    const ContentSettingsPattern& secondary_pattern,
    ContentSettingsType content_settings_type,
    const PartitionKey& partition_key) {}
}  // namespace content_settings