summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_database.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/appcache/appcache_database.h')
-rw-r--r--webkit/appcache/appcache_database.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/appcache/appcache_database.h b/webkit/appcache/appcache_database.h
index 89ff701..968a188 100644
--- a/webkit/appcache/appcache_database.h
+++ b/webkit/appcache/appcache_database.h
@@ -37,6 +37,7 @@ class AppCacheDatabase {
int64 group_id;
bool online_wildcard;
base::TimeTicks update_time;
+ int64 cache_size; // the sum of all response sizes in this cache
};
struct EntryRecord {
@@ -44,6 +45,7 @@ class AppCacheDatabase {
GURL url;
int flags;
int64 response_id;
+ int64 response_size;
};
struct FallbackNameSpaceRecord {