chromium/third_party/blink/renderer/core/page/scoped_browsing_context_group_pauser.h

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

#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_PAGE_SCOPED_BROWSING_CONTEXT_GROUP_PAUSER_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_PAGE_SCOPED_BROWSING_CONTEXT_GROUP_PAUSER_H_

#include <stdint.h>

#include "base/unguessable_token.h"
#include "third_party/blink/renderer/core/core_export.h"
#include "third_party/blink/renderer/platform/wtf/allocator/allocator.h"

namespace blink {

class Page;

// A RAII class that pauses pages belong to a browsing context group.
class CORE_EXPORT ScopedBrowsingContextGroupPauser final {};

}  // namespace blink

#endif  // THIRD_PARTY_BLINK_RENDERER_CORE_PAGE_SCOPED_BROWSING_CONTEXT_GROUP_PAUSER_H_