| 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 6eebb7d6c79c873ff01014ffd4baf98f4ad21d7e..8812dd306e9fe3fc9f067b670e174c56e314a824 100644
|
| --- a/content/browser/service_worker/service_worker_cache_storage.h
|
| +++ b/content/browser/service_worker/service_worker_cache_storage.h
|
| @@ -147,15 +147,16 @@ class CONTENT_EXPORT ServiceWorkerCacheStorage {
|
| const ServiceWorkerCache::ResponseCallback& callback,
|
| ServiceWorkerCache::ErrorType error,
|
| scoped_ptr<ServiceWorkerResponse> response,
|
| - scoped_ptr<storage::BlobDataHandle> handle);
|
| + scoped_ptr<storage::BlobDataSnapshotHandle> handle);
|
|
|
| // The MatchAllCaches callbacks are below.
|
| - void MatchAllCachesDidMatch(scoped_refptr<ServiceWorkerCache> cache,
|
| - const base::Closure& barrier_closure,
|
| - ServiceWorkerCache::ResponseCallback* callback,
|
| - ServiceWorkerCache::ErrorType error,
|
| - scoped_ptr<ServiceWorkerResponse> response,
|
| - scoped_ptr<storage::BlobDataHandle> handle);
|
| + void MatchAllCachesDidMatch(
|
| + scoped_refptr<ServiceWorkerCache> cache,
|
| + const base::Closure& barrier_closure,
|
| + ServiceWorkerCache::ResponseCallback* callback,
|
| + ServiceWorkerCache::ErrorType error,
|
| + scoped_ptr<ServiceWorkerResponse> response,
|
| + scoped_ptr<storage::BlobDataSnapshotHandle> handle);
|
| void MatchAllCachesDidMatchAll(
|
| scoped_ptr<ServiceWorkerCache::ResponseCallback> callback);
|
|
|
|
|