chromium/net/shared_dictionary/shared_dictionary_network_transaction_factory.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 "net/shared_dictionary/shared_dictionary_network_transaction_factory.h"

#include "net/base/net_errors.h"
#include "net/shared_dictionary/shared_dictionary_network_transaction.h"

namespace net {

SharedDictionaryNetworkTransactionFactory::
    SharedDictionaryNetworkTransactionFactory(
        std::unique_ptr<HttpTransactionFactory> network_layer,
        bool enable_shared_zstd)
    :{}

SharedDictionaryNetworkTransactionFactory::
    ~SharedDictionaryNetworkTransactionFactory() = default;

int SharedDictionaryNetworkTransactionFactory::CreateTransaction(
    RequestPriority priority,
    std::unique_ptr<HttpTransaction>* trans) {}

HttpCache* SharedDictionaryNetworkTransactionFactory::GetCache() {}

HttpNetworkSession* SharedDictionaryNetworkTransactionFactory::GetSession() {}

}  // namespace net