summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/entry_impl.h
diff options
context:
space:
mode:
authorrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-20 21:23:50 +0000
committerrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-20 21:23:50 +0000
commit43b0aaf302306d1e202fa33c4eeafb294e700a83 (patch)
tree2f11bf6c0c13c48b78101c6066affcf311271139 /net/disk_cache/entry_impl.h
parent202ff04b72117fa53a67bd8eec3e7cfbdc5dc3aa (diff)
downloadchromium_src-43b0aaf302306d1e202fa33c4eeafb294e700a83.zip
chromium_src-43b0aaf302306d1e202fa33c4eeafb294e700a83.tar.gz
chromium_src-43b0aaf302306d1e202fa33c4eeafb294e700a83.tar.bz2
Disk cache: Add another timming histogram.
BUG=none TEST=none Review URL: http://codereview.chromium.org/8357021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106581 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/disk_cache/entry_impl.h')
-rw-r--r--net/disk_cache/entry_impl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/disk_cache/entry_impl.h b/net/disk_cache/entry_impl.h
index 16657af..f76f703 100644
--- a/net/disk_cache/entry_impl.h
+++ b/net/disk_cache/entry_impl.h
@@ -30,7 +30,9 @@ class NET_EXPORT_PRIVATE EntryImpl
kWrite,
kSparseRead,
kSparseWrite,
- kAsyncIO
+ kAsyncIO,
+ kReadAsync1,
+ kWriteAsync1
};
EntryImpl(BackendImpl* backend, Addr address, bool read_only);