summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_storage_impl.h
diff options
context:
space:
mode:
authormichaeln@chromium.org <michaeln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-23 20:39:01 +0000
committermichaeln@chromium.org <michaeln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-23 20:39:01 +0000
commitca25209a0338e538e0199b07bbd5c2411f52e906 (patch)
treec4cb2c20599249e0c8a23b6424551280dfc6fd15 /webkit/appcache/appcache_storage_impl.h
parent1ce698cdc9cec84dcd0eea437f266d5e0b217060 (diff)
downloadchromium_src-ca25209a0338e538e0199b07bbd5c2411f52e906.zip
chromium_src-ca25209a0338e538e0199b07bbd5c2411f52e906.tar.gz
chromium_src-ca25209a0338e538e0199b07bbd5c2411f52e906.tar.bz2
Keep track of appcache creation and last access times.
BUG=none TEST=none Review URL: http://codereview.chromium.org/630009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39765 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/appcache/appcache_storage_impl.h')
-rw-r--r--webkit/appcache/appcache_storage_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/appcache/appcache_storage_impl.h b/webkit/appcache/appcache_storage_impl.h
index 9677801..b644eff 100644
--- a/webkit/appcache/appcache_storage_impl.h
+++ b/webkit/appcache/appcache_storage_impl.h
@@ -69,6 +69,7 @@ class AppCacheStorageImpl : public AppCacheStorage {
class GetDeletableResponseIdsTask;
class InsertDeletableResponseIdsTask;
class DeleteDeletableResponseIdsTask;
+ class UpdateGroupLastAccessTimeTask;
typedef std::deque<DatabaseTask*> DatabaseTaskQueue;
typedef std::map<int64, CacheLoadTask*> PendingCacheLoads;