chromium/third_party/blink/renderer/modules/remoteplayback/remote_playback_metrics.cc

// Copyright 2021 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/modules/remoteplayback/remote_playback_metrics.h"

#include "base/metrics/histogram_macros.h"
#include "services/metrics/public/cpp/ukm_builders.h"
#include "third_party/blink/renderer/core/execution_context/execution_context.h"

namespace blink {
// static
void RemotePlaybackMetrics::RecordRemotePlaybackLocation(
    RemotePlaybackInitiationLocation location) {}

// static
void RemotePlaybackMetrics::RecordRemotePlaybackStartSessionResult(
    ExecutionContext* execution_context,
    bool success) {}

}  // namespace blink