#include "third_party/blink/renderer/core/loader/resource/link_dictionary_resource.h"
#include "third_party/blink/public/mojom/loader/request_context_frame_type.mojom-blink.h"
#include "third_party/blink/renderer/platform/loader/fetch/fetch_parameters.h"
#include "third_party/blink/renderer/platform/loader/fetch/resource_fetcher.h"
#include "third_party/blink/renderer/platform/runtime_enabled_features.h"
namespace blink {
bool CompressionDictionaryTransportFullyEnabled(
const FeatureContext* feature_context) { … }
Resource* LinkDictionaryResource::Fetch(FetchParameters& params,
ResourceFetcher* fetcher) { … }
LinkDictionaryResource::LinkDictionaryResource(
const ResourceRequest& request,
const ResourceLoaderOptions& options)
: … { … }
LinkDictionaryResource::~LinkDictionaryResource() = default;
LinkDictionaryResource::Factory::Factory()
: … { … }
Resource* LinkDictionaryResource::Factory::Create(
const ResourceRequest& request,
const ResourceLoaderOptions& options) const { … }
}