chromium/third_party/blink/common/page/browsing_context_group_info.cc

// 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/page/browsing_context_group_info.h"

namespace blink {

// static
BrowsingContextGroupInfo BrowsingContextGroupInfo::CreateUnique() {}

BrowsingContextGroupInfo::BrowsingContextGroupInfo(
    const base::UnguessableToken& browsing_context_group_token,
    const base::UnguessableToken& coop_related_group_token)
    :{}

BrowsingContextGroupInfo::BrowsingContextGroupInfo(
    mojo::DefaultConstruct::Tag) {}

bool operator==(const BrowsingContextGroupInfo& lhs,
                const BrowsingContextGroupInfo& rhs) {}

bool operator!=(const BrowsingContextGroupInfo& lhs,
                const BrowsingContextGroupInfo& rhs) {}

}  // namespace blink