chromium/components/origin_trials/proto/proto_util.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 "components/origin_trials/proto/proto_util.h"

namespace origin_trials_pb {

// Recommended serialization as per |base::Time|
uint64_t SerializeTime(const base::Time& time) {}

// Recommended deserialization as per |base::Time|
base::Time DeserializeTime(uint64_t serialized) {}

origin_trials_pb::TrialTokenDbEntries ProtoFromTokens(
    const url::Origin& origin,
    const base::flat_set<origin_trials::PersistedTrialToken>& tokens) {}

}  // namespace origin_trials_pb