#include "services/network/trust_tokens/expiry_inspecting_record_expiry_delegate.h"
#include "base/containers/contains.h"
#include "components/cbor/reader.h"
#include "components/cbor/values.h"
#include "services/network/public/mojom/trust_tokens.mojom.h"
#include "services/network/trust_tokens/suitable_trust_token_origin.h"
#include "services/network/trust_tokens/trust_token_key_commitment_getter.h"
#include "services/network/trust_tokens/trust_token_parameterization.h"
#include "services/network/trust_tokens/types.h"
namespace network {
ExpiryInspectingRecordExpiryDelegate::ExpiryInspectingRecordExpiryDelegate(
const SynchronousTrustTokenKeyCommitmentGetter* key_commitment_getter)
: … { … }
bool ExpiryInspectingRecordExpiryDelegate::IsRecordExpired(
const TrustTokenRedemptionRecord& record,
const base::TimeDelta& time_since_last_redemption,
const SuitableTrustTokenOrigin& issuer) { … }
}