chromium/components/browsing_data/content/shared_worker_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 "components/browsing_data/content/shared_worker_info.h"

namespace browsing_data {

SharedWorkerInfo::SharedWorkerInfo(
    const GURL& worker,
    const std::string& name,
    const blink::StorageKey& storage_key,
    const blink::mojom::SharedWorkerSameSiteCookies same_site_cookies)
    :{}

SharedWorkerInfo::SharedWorkerInfo(const SharedWorkerInfo& other) = default;

SharedWorkerInfo::~SharedWorkerInfo() = default;

bool SharedWorkerInfo::operator==(const SharedWorkerInfo& other) const {}

bool SharedWorkerInfo::operator<(const SharedWorkerInfo& other) const {}

}  // namespace browsing_data