| Index: content/browser/service_worker/service_worker_cache_storage_manager.h
|
| diff --git a/content/browser/service_worker/service_worker_cache_storage_manager.h b/content/browser/service_worker/service_worker_cache_storage_manager.h
|
| index 385450d3554df6e5f12f602b51f3de3eb3ab5c76..aa44adf876ed1cc5b39644d13641d8f9a76bb067 100644
|
| --- a/content/browser/service_worker/service_worker_cache_storage_manager.h
|
| +++ b/content/browser/service_worker/service_worker_cache_storage_manager.h
|
| @@ -45,14 +45,6 @@ class CONTENT_EXPORT ServiceWorkerCacheStorageManager {
|
|
|
| // Methods to support the CacheStorage spec. These methods call the
|
| // corresponding ServiceWorkerCacheStorage method on the appropriate thread.
|
| - void CreateCache(
|
| - const GURL& origin,
|
| - const std::string& cache_name,
|
| - const ServiceWorkerCacheStorage::CacheAndErrorCallback& callback);
|
| - void GetCache(
|
| - const GURL& origin,
|
| - const std::string& cache_name,
|
| - const ServiceWorkerCacheStorage::CacheAndErrorCallback& callback);
|
| void OpenCache(
|
| const GURL& origin,
|
| const std::string& cache_name,
|
|
|