chromium/third_party/blink/renderer/platform/scheduler/public/feature_and_js_location_blocking_bfcache.h

// 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.

#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_SCHEDULER_PUBLIC_FEATURE_AND_JS_LOCATION_BLOCKING_BFCACHE_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_SCHEDULER_PUBLIC_FEATURE_AND_JS_LOCATION_BLOCKING_BFCACHE_H_

#include "third_party/blink/renderer/platform/bindings/source_location.h"
#include "third_party/blink/renderer/platform/platform_export.h"
#include "third_party/blink/renderer/platform/scheduler/public/scheduling_policy.h"

namespace blink {

// A location in JS code.
// BackForwardCacheDisablingFeatureTracker in
// scheduler/common/back_forward_cache_disabling_feature_tracker.h creates
// FeatureAndJSLocationBlockingBFCache from SourceLocation and send it to the
// browser.
class PLATFORM_EXPORT FeatureAndJSLocationBlockingBFCache {};

}  // namespace blink

#endif  // THIRD_PARTY_BLINK_RENDERER_PLATFORM_SCHEDULER_PUBLIC_FEATURE_AND_JS_LOCATION_BLOCKING_BFCACHE_H_