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

#include "third_party/blink/public/common/associated_interfaces/associated_interface_provider.h"

namespace blink {

// static
SharedStorageWindowSupplement* SharedStorageWindowSupplement::From(
    LocalDOMWindow& window) {}

const char SharedStorageWindowSupplement::kSupplementName[] =;

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

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

mojom::blink::SharedStorageDocumentService*
SharedStorageWindowSupplement::GetSharedStorageDocumentService() {}

}  // namespace blink