chromium/components/feedback/redaction_tool/inprocess_metrics_tester.cc

// Copyright 2023 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/feedback/redaction_tool/inprocess_metrics_tester.h"

#include <string_view>

#include "components/feedback/redaction_tool/inprocess_metrics_recorder.h"

namespace redaction {

std::unique_ptr<MetricsTester> MetricsTester::Create() {}

size_t InprocessMetricsTester::GetBucketCount(std::string_view histogram_name,
                                              int histogram_value) {}

size_t InprocessMetricsTester::GetNumBucketEntries(
    std::string_view histogram_name) {}

std::unique_ptr<RedactionToolMetricsRecorder>
InprocessMetricsTester::SetupRecorder() {}

}  // namespace redaction