summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_update_job.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/appcache/appcache_update_job.h')
-rw-r--r--webkit/appcache/appcache_update_job.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/webkit/appcache/appcache_update_job.h b/webkit/appcache/appcache_update_job.h
index 7b9bd51..b65ecd5 100644
--- a/webkit/appcache/appcache_update_job.h
+++ b/webkit/appcache/appcache_update_job.h
@@ -168,10 +168,6 @@ class AppCacheUpdateJob : public URLRequest::Delegate,
// the notification when its status is set to IDLE in ~AppCacheUpdateJob.
scoped_refptr<AppCache> protect_new_cache_;
- // Hold a reference to the group's newest cache (prior to update) in order
- // to restore the group's newest cache if storage fails.
- scoped_refptr<AppCache> protect_former_newest_cache_;
-
AppCacheGroup* group_;
UpdateType update_type_;