// 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 "third_party/blink/renderer/platform/loader/fetch/background_code_cache_host.h" #include "third_party/blink/renderer/platform/loader/fetch/code_cache_host.h" namespace blink { BackgroundCodeCacheHost::BackgroundCodeCacheHost( mojo::PendingRemote<mojom::blink::CodeCacheHost> pending_remote) : … { … } BackgroundCodeCacheHost::~BackgroundCodeCacheHost() { … } CodeCacheHost& BackgroundCodeCacheHost::GetCodeCacheHost( scoped_refptr<base::SequencedTaskRunner> background_task_runner) { … } } // namespace blink