chromium/third_party/blink/renderer/core/exported/web_performance_metrics_for_nested_contexts.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 "third_party/blink/public/web/web_performance_metrics_for_nested_contexts.h"

#include "third_party/blink/renderer/core/timing/window_performance.h"

namespace blink {

void WebPerformanceMetricsForNestedContexts::Reset() {}

void WebPerformanceMetricsForNestedContexts::Assign(
    const WebPerformanceMetricsForNestedContexts& other) {}

WebPerformanceMetricsForNestedContexts::WebPerformanceMetricsForNestedContexts(
    WindowPerformance* performance)
    :{}

WebPerformanceMetricsForNestedContexts&
WebPerformanceMetricsForNestedContexts::operator=(
    WindowPerformance* performance) {}

std::optional<base::TimeTicks>
WebPerformanceMetricsForNestedContexts::UnloadStart() const {}

std::optional<base::TimeTicks>
WebPerformanceMetricsForNestedContexts::UnloadEnd() const {}

std::optional<base::TimeTicks>
WebPerformanceMetricsForNestedContexts::CommitNavigationEnd() const {}
}  // namespace blink