| 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..082ac6ed3210bfd81e0a64abdd3e07e58d15c107 100644
|
| --- a/content/browser/service_worker/service_worker_cache_storage.h
|
| +++ b/content/browser/service_worker/service_worker_cache_storage.h
|
| @@ -114,11 +114,6 @@ class CONTENT_EXPORT ServiceWorkerCacheStorage {
|
| scoped_ptr<ServiceWorkerCache> cache);
|
| void LazyInitDone();
|
|
|
| - void DidCreateBackend(base::WeakPtr<ServiceWorkerCache> cache,
|
| - CacheID cache_id,
|
| - const CacheAndErrorCallback& callback,
|
| - ServiceWorkerCache::ErrorType error);
|
| -
|
| CacheContext* AddCacheToMaps(const std::string& cache_name,
|
| scoped_ptr<ServiceWorkerCache> cache);
|
|
|
|
|