| 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 eabe7d89fc2a8ab7bb79040bbe746d2ce8b3258e..87c4f2220feab116c5b73be762283f65e1931b7a 100644
|
| --- a/content/browser/service_worker/service_worker_cache_storage.h
|
| +++ b/content/browser/service_worker/service_worker_cache_storage.h
|
| @@ -113,11 +113,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);
|
|
|
|
|