diff options
Diffstat (limited to 'net/disk_cache/backend_impl.h')
-rw-r--r-- | net/disk_cache/backend_impl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/disk_cache/backend_impl.h b/net/disk_cache/backend_impl.h index 47bbe96..6aff0e2 100644 --- a/net/disk_cache/backend_impl.h +++ b/net/disk_cache/backend_impl.h @@ -213,6 +213,9 @@ class BackendImpl : public Backend { void OnRead(int bytes); void OnWrite(int bytes); + // Keeps track of the time needed to complete some IO operations. + void OnOperationCompleted(base::TimeDelta elapsed_time); + // Timer callback to calculate usage statistics. void OnStatsTimer(); |