chromium/content/services/auction_worklet/worklet_util.cc

// Copyright 2024 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/services/auction_worklet/worklet_util.h"

#include <stdint.h>

#include <optional>
#include <vector>

#include "base/feature_list.h"
#include "content/services/auction_worklet/public/cpp/real_time_reporting.h"
#include "content/services/auction_worklet/public/mojom/real_time_reporting.mojom.h"
#include "third_party/blink/public/common/features.h"

namespace auction_worklet {

RealTimeReportingContributions GetRealTimeReportingContributionsOnError(
    bool trusted_signals_failed,
    bool is_bidding_signal) {}

CONTENT_EXPORT void MaybeAddRealTimeReportingPlatformContributions(
    bool trusted_signals_failed,
    bool is_bidding_signal,
    RealTimeReportingContributions& contributions) {}

}  // namespace auction_worklet