diff options
Diffstat (limited to 'net/disk_cache/disk_cache_test_util.h')
-rw-r--r-- | net/disk_cache/disk_cache_test_util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/disk_cache/disk_cache_test_util.h b/net/disk_cache/disk_cache_test_util.h index ad7db75..7249ee0 100644 --- a/net/disk_cache/disk_cache_test_util.h +++ b/net/disk_cache/disk_cache_test_util.h @@ -21,6 +21,9 @@ bool CreateCacheTestFile(const FilePath& name); // Deletes all file son the cache. bool DeleteCache(const FilePath& path); +// Copies a set of cache files from the data folder to the test folder. +bool CopyTestCache(const std::string& name); + // Gets the path to the cache test folder. FilePath GetCacheFilePath(); |