chromium/third_party/blink/renderer/modules/private_attribution/window_private_attribution.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/renderer/modules/private_attribution/window_private_attribution.h"

#include "third_party/blink/renderer/core/frame/local_dom_window.h"
#include "third_party/blink/renderer/modules/private_attribution/private_attribution.h"

namespace blink {

WindowPrivateAttribution::WindowPrivateAttribution(LocalDOMWindow& window)
    :{}

// static
const char WindowPrivateAttribution::kSupplementName[] =;

// static
WindowPrivateAttribution& WindowPrivateAttribution::From(
    LocalDOMWindow& window) {}

// static
PrivateAttribution* WindowPrivateAttribution::privateAttribution(
    LocalDOMWindow& window) {}

PrivateAttribution* WindowPrivateAttribution::privateAttribution() {}

void WindowPrivateAttribution::Trace(Visitor* visitor) const {}

}  // namespace blink