#include "chrome/browser/predictors/lcp_critical_path_predictor/prewarm_http_disk_cache_manager.h"
#include <tuple>
#include "base/test/bind.h"
#include "chrome/test/base/testing_profile.h"
#include "content/public/browser/storage_partition.h"
#include "content/public/test/browser_task_environment.h"
#include "net/base/isolation_info.h"
#include "services/network/public/cpp/weak_wrapper_shared_url_loader_factory.h"
#include "services/network/test/test_url_loader_factory.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace predictors {
namespace {
Job;
Jobs;
const auto kMainFrameRequestType = …;
const auto kSubresourceRequestType = …;
}
class PrewarmHttpDiskCacheManagerTest : public testing::Test { … };
TEST_F(PrewarmHttpDiskCacheManagerTest, OneMainResourceUrl) { … }
TEST_F(PrewarmHttpDiskCacheManagerTest, TwoMainResourceUrls) { … }
TEST_F(PrewarmHttpDiskCacheManagerTest, IsolationInfo) { … }
}