chromium/third_party/blink/renderer/core/loader/worker_resource_fetcher_properties.cc

// Copyright 2019 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/core/loader/worker_resource_fetcher_properties.h"

#include "third_party/blink/public/platform/web_worker_fetch_context.h"
#include "third_party/blink/renderer/core/workers/worker_or_worklet_global_scope.h"
#include "third_party/blink/renderer/platform/loader/fetch/fetch_client_settings_object.h"
#include "third_party/blink/renderer/platform/weborigin/kurl.h"

namespace blink {

WorkerResourceFetcherProperties::WorkerResourceFetcherProperties(
    WorkerOrWorkletGlobalScope& global_scope,
    const FetchClientSettingsObject& fetch_client_settings_object,
    scoped_refptr<WebWorkerFetchContext> web_context)
    :{}

void WorkerResourceFetcherProperties::Trace(Visitor* visitor) const {}

mojom::ControllerServiceWorkerMode
WorkerResourceFetcherProperties::GetControllerServiceWorkerMode() const {}

bool WorkerResourceFetcherProperties::IsPaused() const {}

LoaderFreezeMode WorkerResourceFetcherProperties::FreezeMode() const {}

int WorkerResourceFetcherProperties::GetOutstandingThrottledLimit() const {}

}  // namespace blink