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

#include "third_party/blink/renderer/platform/bindings/source_location.h"
#include "v8/include/cppgc/visitor.h"

namespace blink {

BackForwardCacheLoaderHelperImpl::BackForwardCacheLoaderHelperImpl(
    Delegate& delegate)
    :{}

void BackForwardCacheLoaderHelperImpl::EvictFromBackForwardCache(
    mojom::blink::RendererEvictionReason reason) {}

void BackForwardCacheLoaderHelperImpl::DidBufferLoadWhileInBackForwardCache(
    bool update_process_wide_count,
    size_t num_bytes) {}

void BackForwardCacheLoaderHelperImpl::Detach() {}

void BackForwardCacheLoaderHelperImpl::Trace(Visitor* visitor) const {}

}  // namespace blink