chromium/components/subresource_filter/core/common/first_party_origin.cc

// Copyright 2016 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/subresource_filter/core/common/first_party_origin.h"

#include <string_view>

#include "net/base/registry_controlled_domains/registry_controlled_domain.h"

namespace subresource_filter {

namespace {

bool IsThirdPartyImpl(const GURL& url, const url::Origin& first_party_origin) {}

}  // namespace

FirstPartyOrigin::FirstPartyOrigin(url::Origin document_origin)
    :{}

bool FirstPartyOrigin::IsThirdParty(const GURL& url) const {}

bool FirstPartyOrigin::IsThirdParty(const GURL& url,
                                    const url::Origin& first_party_origin) {}

}  // namespace subresouce_filter