chromium/content/browser/media/media_license_quota_client.cc

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

#include "content/browser/media/media_license_quota_client.h"

#include "base/sequence_checker.h"
#include "content/browser/media/media_license_manager.h"

namespace content {

MediaLicenseQuotaClient::MediaLicenseQuotaClient(MediaLicenseManager* manager)
    :{}

MediaLicenseQuotaClient::~MediaLicenseQuotaClient() {}

void MediaLicenseQuotaClient::GetBucketUsage(
    const storage::BucketLocator& bucket,
    GetBucketUsageCallback callback) {}

void MediaLicenseQuotaClient::GetStorageKeysForType(
    blink::mojom::StorageType type,
    GetStorageKeysForTypeCallback callback) {}

void MediaLicenseQuotaClient::DeleteBucketData(
    const storage::BucketLocator& bucket,
    DeleteBucketDataCallback callback) {}

void MediaLicenseQuotaClient::PerformStorageCleanup(
    blink::mojom::StorageType type,
    PerformStorageCleanupCallback callback) {}

}  // namespace content