diff options
Diffstat (limited to 'net/disk_cache/entry_impl.h')
-rw-r--r-- | net/disk_cache/entry_impl.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/disk_cache/entry_impl.h b/net/disk_cache/entry_impl.h index 64fa75b..b504b0bd 100644 --- a/net/disk_cache/entry_impl.h +++ b/net/disk_cache/entry_impl.h @@ -84,6 +84,10 @@ class EntryImpl : public Entry, public base::RefCounted<EntryImpl> { void IncrementIoCount(); void DecrementIoCount(); + // Set the access times for this entry. This method provides support for + // the upgrade tool. + void SetTimes(base::Time last_used, base::Time last_modified); + private: ~EntryImpl(); |