// Copyright 2023 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/public/common/frame/delegated_capability_request_token.h" namespace blink { DelegatedCapabilityRequestToken::DelegatedCapabilityRequestToken() = default; void DelegatedCapabilityRequestToken::Activate() { … } bool DelegatedCapabilityRequestToken::IsActive() const { … } bool DelegatedCapabilityRequestToken::ConsumeIfActive() { … } } // namespace blink