Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(248)

Unified Diff: webkit/appcache/appcache_host.cc

Issue 8343018: More groundwork for flat file based response storage. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/appcache_messages.h ('k') | webkit/appcache/appcache_interfaces.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/appcache/appcache_host.cc
===================================================================
--- webkit/appcache/appcache_host.cc (revision 106339)
+++ webkit/appcache/appcache_host.cc (working copy)
@@ -24,7 +24,9 @@
info->status = status;
info->is_complete = cache->is_complete();
if (info->is_complete) {
+ DCHECK(cache->owning_group());
info->manifest_url = cache->owning_group()->manifest_url();
+ info->group_id = cache->owning_group()->group_id();
info->last_update_time = cache->update_time();
info->creation_time = cache->owning_group()->creation_time();
info->size = cache->cache_size();
« no previous file with comments | « content/common/appcache_messages.h ('k') | webkit/appcache/appcache_interfaces.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698