chromium/services/network/trust_tokens/trust_token_key_filtering.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 "services/network/trust_tokens/trust_token_key_filtering.h"

#include <algorithm>
#include <tuple>
#include <vector>

#include "base/time/time.h"

namespace network {

void RetainSoonestToExpireTrustTokenKeys(
    std::vector<mojom::TrustTokenVerificationKeyPtr>* keys,
    size_t num_keys_to_keep) {}

}  // namespace network