chromium/chrome/browser/k_anonymity_service/remote_trust_token_query_answerer.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 "chrome/browser/k_anonymity_service/remote_trust_token_query_answerer.h"

#include "content/public/browser/storage_partition.h"

RemoteTrustTokenQueryAnswerer::RemoteTrustTokenQueryAnswerer(
    url::Origin top_frame_origin,
    Profile* profile)
    :{}

RemoteTrustTokenQueryAnswerer::~RemoteTrustTokenQueryAnswerer() = default;

void RemoteTrustTokenQueryAnswerer::HasTrustTokens(
    const url::Origin& issuer,
    HasTrustTokensCallback callback) {}

void RemoteTrustTokenQueryAnswerer::OnHasTrustTokensCompleted(
    network::mojom::HasTrustTokensResultPtr result) {}

void RemoteTrustTokenQueryAnswerer::HasRedemptionRecord(
    const url::Origin& issuer,
    HasRedemptionRecordCallback callback) {}

void RemoteTrustTokenQueryAnswerer::OnHasRedemptionRecordCompleted(
    network::mojom::HasRedemptionRecordResultPtr result) {}

void RemoteTrustTokenQueryAnswerer::OnDisconnect() {}

void RemoteTrustTokenQueryAnswerer::UpdateCachedAnswerer() {}