| 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 defe429fecbf56a1dcb92151d88875d94039b43e..17757ffc6fc1fd03156e42c3801581a270a49d96 100644
|
| --- a/content/browser/service_worker/service_worker_cache_storage.h
|
| +++ b/content/browser/service_worker/service_worker_cache_storage.h
|
| @@ -56,6 +56,7 @@ class CONTENT_EXPORT ServiceWorkerCacheStorage {
|
| bool memory_only,
|
| base::SequencedTaskRunner* cache_task_runner,
|
| net::URLRequestContext* request_context,
|
| + const scoped_refptr<storage::QuotaManagerProxy>& quota_manager_proxy,
|
| base::WeakPtr<storage::BlobStorageContext> blob_context,
|
| const GURL& origin);
|
|
|
|
|