Searched refs:http_cache_backend (Results 1 – 1 of 1) sorted by relevance
535 std::unique_ptr<HttpCache::BackendFactory> http_cache_backend; in Build() local554 http_cache_backend = std::make_unique<HttpCache::DefaultBackend>( in Build()559 http_cache_backend = in Build()563 http_cache_backend->SetAppStatusListenerGetter( in Build()568 std::move(http_transaction_factory), std::move(http_cache_backend)); in Build()