summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/cache_util.h
diff options
context:
space:
mode:
authorrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-21 18:35:24 +0000
committerrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-21 18:35:24 +0000
commitf3c56e7003ecb777c9e981e7ccc0a5c5fe9ced1e (patch)
treec7302913bc73ae2bca0d2dfa8ba87bd152e17a2e /net/disk_cache/cache_util.h
parentf3642e9ea5c41ae3dac690e29bad3df295bc52a9 (diff)
downloadchromium_src-f3c56e7003ecb777c9e981e7ccc0a5c5fe9ced1e.zip
chromium_src-f3c56e7003ecb777c9e981e7ccc0a5c5fe9ced1e.tar.gz
chromium_src-f3c56e7003ecb777c9e981e7ccc0a5c5fe9ced1e.tar.bz2
Disk cache: Implement asynchronous IO for Posix.
BUG=16507 TEST=Unittests Review URL: http://codereview.chromium.org/173170 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23990 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/disk_cache/cache_util.h')
-rw-r--r--net/disk_cache/cache_util.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/disk_cache/cache_util.h b/net/disk_cache/cache_util.h
index 78566a3..cb09521 100644
--- a/net/disk_cache/cache_util.h
+++ b/net/disk_cache/cache_util.h
@@ -22,9 +22,6 @@ void DeleteCache(const std::wstring& path, bool remove_folder);
// Deletes a cache file.
bool DeleteCacheFile(const std::wstring& name);
-// Blocks until |num_pending_io| IO operations complete.
-void WaitForPendingIO(int* num_pending_io);
-
} // namespace disk_cache
#endif // NET_DISK_CACHE_CACHE_UTIL_H_