Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(355)

Unified Diff: net/disk_cache/disk_cache_test_util.h

Issue 2891022: Disk cache: Read the index and data_0 files in a single... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/disk_cache/disk_cache_test_util.h
===================================================================
--- net/disk_cache/disk_cache_test_util.h (revision 52189)
+++ net/disk_cache/disk_cache_test_util.h (working copy)
@@ -21,6 +21,9 @@
// 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);
gavinp 2010/07/15 15:03:48 Just a question: why are the const char*/std::stri
rvargas (doing something else) 2010/07/15 18:31:50 They are basically the same (to me)... I just did
+
// Gets the path to the cache test folder.
FilePath GetCacheFilePath();

Powered by Google App Engine
This is Rietveld 408576698