Index: content/browser/service_worker/service_worker_cache_storage.h |
diff --git a/content/browser/service_worker/service_worker_cache_storage.h b/content/browser/service_worker/service_worker_cache_storage.h |
index 87c4f2220feab116c5b73be762283f65e1931b7a..fd198ff25841564ed5ea919dee679e9b36c78f21 100644 |
--- a/content/browser/service_worker/service_worker_cache_storage.h |
+++ b/content/browser/service_worker/service_worker_cache_storage.h |
@@ -105,13 +105,6 @@ class CONTENT_EXPORT ServiceWorkerCacheStorage { |
void LazyInitDidLoadIndex( |
const base::Closure& callback, |
scoped_ptr<std::vector<std::string> > indexed_cache_names); |
- void LazyInitIterateAndLoadCacheName( |
- const base::Closure& callback, |
- scoped_ptr<std::vector<std::string> > indexed_cache_names, |
- const std::vector<std::string>::const_iterator& iter, |
- const std::string& cache_name, |
- scoped_ptr<ServiceWorkerCache> cache); |
- void LazyInitDone(); |
CacheContext* AddCacheToMaps(const std::string& cache_name, |
scoped_ptr<ServiceWorkerCache> cache); |