diff options
Diffstat (limited to 'net/disk_cache/backend_impl.cc')
-rw-r--r-- | net/disk_cache/backend_impl.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/disk_cache/backend_impl.cc b/net/disk_cache/backend_impl.cc index f0733a7..d321c83 100644 --- a/net/disk_cache/backend_impl.cc +++ b/net/disk_cache/backend_impl.cc @@ -730,7 +730,6 @@ bool BackendImpl::CreateBackingStore(disk_cache::File* file) { } bool BackendImpl::InitBackingStore(bool* file_created) { - // This call fails if the folder exists. file_util::CreateDirectory(path_); std::wstring index_name(path_); |