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 21a80f63283c0456365e3410083206d9dbab77a9..97fbbbc039b632a5d3c878dd2792a6079975ec54 100644 |
--- a/content/browser/service_worker/service_worker_cache_storage.h |
+++ b/content/browser/service_worker/service_worker_cache_storage.h |
@@ -106,13 +106,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(); |
void DidCreateBackend(base::WeakPtr<ServiceWorkerCache> cache, |
CacheID cache_id, |