chromium/third_party/blink/renderer/platform/loader/fetch/service_worker_router_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 "third_party/blink/renderer/platform/loader/fetch/service_worker_router_info.h"

#include "base/memory/scoped_refptr.h"
#include "services/network/public/mojom/service_worker_router_info.mojom-blink.h"

namespace blink {

ServiceWorkerRouterInfo::ServiceWorkerRouterInfo() = default;

scoped_refptr<ServiceWorkerRouterInfo> ServiceWorkerRouterInfo::Create() {}

String ServiceWorkerRouterInfo::GetRouterSourceTypeString(
    const network::mojom::ServiceWorkerRouterSourceType source) {}

network::mojom::blink::ServiceWorkerRouterInfoPtr
ServiceWorkerRouterInfo::ToMojo() const {}

}  // namespace blink