| 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 93989250e1971cea327df37cb11725ea582bbcac..744b9c046e5db68420f3e0bbe5018403ea6e027f 100644
|
| --- a/content/browser/service_worker/service_worker_cache_storage.h
|
| +++ b/content/browser/service_worker/service_worker_cache_storage.h
|
| @@ -58,17 +58,6 @@ class CONTENT_EXPORT ServiceWorkerCacheStorage {
|
|
|
| virtual ~ServiceWorkerCacheStorage();
|
|
|
| - // Create a ServiceWorkerCache if it doesn't already exist and call the
|
| - // callback with the cache. If it already
|
| - // exists the callback is called with CACHE_STORAGE_ERROR_EXISTS.
|
| - void CreateCache(const std::string& cache_name,
|
| - const CacheAndErrorCallback& callback);
|
| -
|
| - // Get the cache for the given key. If not found returns
|
| - // CACHE_STORAGE_ERROR_NOT_FOUND.
|
| - void GetCache(const std::string& cache_name,
|
| - const CacheAndErrorCallback& callback);
|
| -
|
| // Get the cache for the given key. If the cache is not found it is
|
| // created.
|
| void OpenCache(const std::string& cache_name,
|
|
|