#include "content/test/storage_partition_test_helpers.h"
#include "content/browser/storage_partition_impl.h"
#include "content/browser/worker_host/shared_worker_service_impl.h"
#include "content/browser/worker_host/test_shared_worker_service_impl.h"
#include "content/public/browser/storage_partition_config.h"
namespace content {
void InjectTestSharedWorkerService(StoragePartition* storage_partition) { … }
void TerminateAllSharedWorkers(StoragePartition* storage_partition,
base::OnceClosure callback) { … }
StoragePartitionConfig CreateStoragePartitionConfigForTesting(
bool in_memory,
const std::string& partition_domain,
const std::string& partition_name) { … }
CustomStoragePartitionForSomeSites::CustomStoragePartitionForSomeSites(
const GURL& site_to_isolate)
: … { … }
StoragePartitionConfig
CustomStoragePartitionForSomeSites::GetStoragePartitionConfigForSite(
BrowserContext* browser_context,
const GURL& site) { … }
}