// 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 "services/network/public/cpp/attribution_utils.h" #include "base/notreached.h" #include "services/network/public/mojom/attribution.mojom.h" namespace network { bool HasAttributionOsSupport(mojom::AttributionSupport attribution_support) { … } bool HasAttributionWebSupport(mojom::AttributionSupport attribution_support) { … } bool HasAttributionSupport(mojom::AttributionSupport attribution_support) { … } } // namespace network