| Index: content/renderer/cache_storage/cache_storage_dispatcher.cc
|
| diff --git a/content/renderer/cache_storage/cache_storage_dispatcher.cc b/content/renderer/cache_storage/cache_storage_dispatcher.cc
|
| index c09a31abe22829ce2531b64548dcf4c3a75908ce..3cc46b87e01e2f385d758ea2d6466adeafbbf842 100644
|
| --- a/content/renderer/cache_storage/cache_storage_dispatcher.cc
|
| +++ b/content/renderer/cache_storage/cache_storage_dispatcher.cc
|
| @@ -104,9 +104,6 @@ CacheStorageCacheOperationType CacheOperationTypeFromWebCacheOperationType(
|
|
|
| CacheStorageBatchOperation BatchOperationFromWebBatchOperation(
|
| const blink::WebServiceWorkerCache::BatchOperation& web_operation) {
|
| - // We don't support streaming for cache.
|
| - DCHECK(web_operation.response.streamURL().isEmpty());
|
| -
|
| CacheStorageBatchOperation operation;
|
| operation.operation_type =
|
| CacheOperationTypeFromWebCacheOperationType(web_operation.operationType);
|
|
|