Chromium Code Reviews| Index: content/browser/appcache/appcache_storage.h |
| diff --git a/content/browser/appcache/appcache_storage.h b/content/browser/appcache/appcache_storage.h |
| index 854b0d1da4782567798630e6b129147eb4d5b75f..6739bfa55f824195baead71f5ccd24b8b32f64e3 100644 |
| --- a/content/browser/appcache/appcache_storage.h |
| +++ b/content/browser/appcache/appcache_storage.h |
| @@ -151,6 +151,10 @@ class CONTENT_EXPORT AppCacheStorage { |
| Delegate* delegate, |
| int response_code) = 0; |
| + // Schedules a tast to update persistent storage with the times of the first |
|
jsbell
2015/05/27 22:38:18
typo: tast->task
|
| + // evictable error and last successful full update check. |
| + virtual void StoreEvictionTimes(AppCacheGroup* group) {} |
| + |
| // Cancels all pending callbacks for the delegate. The delegate callbacks |
| // will not be invoked after, however any scheduled operations will still |
| // take place. The callbacks for subsequently scheduled operations are |