chromium/services/network/disk_cache/mojo_backend_file_operations_factory.cc

// Copyright 2022 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/disk_cache/mojo_backend_file_operations_factory.h"

#include "base/task/sequenced_task_runner.h"
#include "services/network/disk_cache/mojo_backend_file_operations.h"

BackendFileOperations;
UnboundBackendFileOperations;

namespace network {

MojoBackendFileOperationsFactory::MojoBackendFileOperationsFactory(
    mojo::PendingRemote<mojom::HttpCacheBackendFileOperationsFactory>
        pending_remote)
    :{}
MojoBackendFileOperationsFactory::~MojoBackendFileOperationsFactory() = default;

std::unique_ptr<BackendFileOperations> MojoBackendFileOperationsFactory::Create(
    scoped_refptr<base::SequencedTaskRunner> task_runner) {}

std::unique_ptr<UnboundBackendFileOperations>
MojoBackendFileOperationsFactory::CreateUnbound() {}

}  // namespace network