chromium/content/browser/renderer_host/back_forward_cache_disable.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 "content/browser/renderer_host/back_forward_cache_disable.h"
#include "content/public/browser/back_forward_cache.h"

namespace content {

std::string ReasonIdToString(
    BackForwardCacheDisable::DisabledReasonId reason_id) {}

// static
BackForwardCache::DisabledReason BackForwardCacheDisable::DisabledReason(
    DisabledReasonId reason_id) {}
}  // namespace content