chromium/third_party/blink/common/loader/url_loader_factory_bundle_mojom_traits.cc

// Copyright 2017 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/public/common/loader/url_loader_factory_bundle_mojom_traits.h"

#include <memory>
#include <utility>

#include "url/mojom/origin_mojom_traits.h"

namespace mojo {

Traits;

// static
mojo::PendingRemote<network::mojom::URLLoaderFactory> Traits::default_factory(
    BundleInfoType& bundle) {}

// static
blink::PendingURLLoaderFactoryBundle::SchemeMap
Traits::scheme_specific_factories(BundleInfoType& bundle) {}

// static
blink::PendingURLLoaderFactoryBundle::OriginMap
Traits::isolated_world_factories(BundleInfoType& bundle) {}

// static
bool Traits::bypass_redirect_checks(BundleInfoType& bundle) {}

// static
bool Traits::Read(blink::mojom::URLLoaderFactoryBundleDataView data,
                  BundleInfoType* out_bundle) {}

}  // namespace mojo