chromium/third_party/blink/renderer/core/testing/internals_ukm_recorder.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 "third_party/blink/renderer/core/testing/internals_ukm_recorder.h"
#include <cstddef>
#include <vector>
#include "base/functional/bind.h"
#include "components/ukm/test_ukm_recorder.h"
#include "third_party/blink/renderer/bindings/core/v8/script_value.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_object_builder.h"
#include "third_party/blink/renderer/platform/wtf/functional.h"

namespace blink {

InternalsUkmRecorder::InternalsUkmRecorder(Document* document)
    :{}

HeapVector<ScriptValue> InternalsUkmRecorder::getMetrics(
    ScriptState* script_state,
    const String& entry_name,
    const Vector<String>& metric_names) {}

}  // namespace blink