#include "services/network/test/url_loader_context_for_tests.h"
namespace network {
URLLoaderContextForTests::URLLoaderContextForTests() = default;
URLLoaderContextForTests::~URLLoaderContextForTests() = default;
bool URLLoaderContextForTests::ShouldRequireIsolationInfo() const { … }
const cors::OriginAccessList& URLLoaderContextForTests::GetOriginAccessList()
const { … }
const mojom::URLLoaderFactoryParams&
URLLoaderContextForTests::GetFactoryParams() const { … }
mojom::CookieAccessObserver* URLLoaderContextForTests::GetCookieAccessObserver()
const { … }
mojom::TrustTokenAccessObserver*
URLLoaderContextForTests::GetTrustTokenAccessObserver() const { … }
mojom::CrossOriginEmbedderPolicyReporter*
URLLoaderContextForTests::GetCoepReporter() const { … }
mojom::DevToolsObserver* URLLoaderContextForTests::GetDevToolsObserver() const { … }
mojom::NetworkContextClient* URLLoaderContextForTests::GetNetworkContextClient()
const { … }
mojom::TrustedURLLoaderHeaderClient*
URLLoaderContextForTests::GetUrlLoaderHeaderClient() const { … }
mojom::URLLoaderNetworkServiceObserver*
URLLoaderContextForTests::GetURLLoaderNetworkServiceObserver() const { … }
net::URLRequestContext* URLLoaderContextForTests::GetUrlRequestContext() const { … }
scoped_refptr<ResourceSchedulerClient>
URLLoaderContextForTests::GetResourceSchedulerClient() const { … }
orb::PerFactoryState& URLLoaderContextForTests::GetMutableOrbState() { … }
bool URLLoaderContextForTests::DataUseUpdatesEnabled() { … }
}