diff options
Diffstat (limited to 'net/disk_cache/cache_util.h')
-rw-r--r-- | net/disk_cache/cache_util.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/disk_cache/cache_util.h b/net/disk_cache/cache_util.h index 1caac8c..cb78f16 100644 --- a/net/disk_cache/cache_util.h +++ b/net/disk_cache/cache_util.h @@ -20,8 +20,6 @@ bool MoveCache(const FilePath& from_path, const FilePath& to_path); // Deletes the cache files stored on |path|, and optionally also attempts to // delete the folder itself. void DeleteCache(const FilePath& path, bool remove_folder); -// Deprecated. -void DeleteCache(const std::wstring& path, bool remove_folder); // Deletes a cache file. bool DeleteCacheFile(const FilePath& name); |