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

Unified Diff: webkit/appcache/appcache_group.h

Issue 326002: Add storage code to appcache update process. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | « no previous file | webkit/appcache/appcache_group.cc » ('j') | webkit/appcache/appcache_update_job.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/appcache/appcache_group.h
===================================================================
--- webkit/appcache/appcache_group.h (revision 30060)
+++ webkit/appcache/appcache_group.h (working copy)
@@ -86,6 +86,10 @@
const Caches& old_caches() const { return old_caches_; }
+ // Used by update process to restore the group's newest cache if storage
+ // fails to store the newly created cache.
+ void RestoreCacheAsNewest(AppCache* cache);
+
GURL manifest_url_;
UpdateStatus update_status_;
bool is_obsolete_;
« no previous file with comments | « no previous file | webkit/appcache/appcache_group.cc » ('j') | webkit/appcache/appcache_update_job.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698