chromium/third_party/blink/renderer/core/timing/back_forward_cache_restoration.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/renderer/core/timing/back_forward_cache_restoration.h"

#include "third_party/blink/renderer/core/performance_entry_names.h"
#include "third_party/blink/renderer/core/timing/performance_entry.h"

namespace blink {
BackForwardCacheRestoration::BackForwardCacheRestoration(
    DOMHighResTimeStamp start_time,
    DOMHighResTimeStamp pageshow_event_start,
    DOMHighResTimeStamp pageshow_event_end,
    DOMWindow* source)
    :{}
BackForwardCacheRestoration::~BackForwardCacheRestoration() = default;
const AtomicString& BackForwardCacheRestoration::entryType() const {}
PerformanceEntryType BackForwardCacheRestoration::EntryTypeEnum() const {}
void BackForwardCacheRestoration::Trace(Visitor* visitor) const {}
void BackForwardCacheRestoration::BuildJSONValue(
    V8ObjectBuilder& builder) const {}
}  // namespace blink