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

namespace back_forward_cache {

std::string ReasonIdToString(DisabledReasonId reason_id) {}

// Report string used for NotRestoredReasons API. This will be brief and will
// mask all the non-actionable reasons.
std::string ReasonIdToReportString(DisabledReasonId reason_id) {}

content::BackForwardCache::DisabledReason DisabledReason(
    DisabledReasonId reason_id,
    const std::string& context) {}
}  // namespace back_forward_cache