| Index: storage/browser/blob/blob_storage_context.cc
|
| diff --git a/storage/browser/blob/blob_storage_context.cc b/storage/browser/blob/blob_storage_context.cc
|
| index b673930c217603c9ccfc29c106eab49dea184ef1..a8129c0e4889f9cb0afe9b5756d2faea778cb734 100644
|
| --- a/storage/browser/blob/blob_storage_context.cc
|
| +++ b/storage/browser/blob/blob_storage_context.cc
|
| @@ -427,8 +427,8 @@ bool BlobStorageContext::AppendBlob(
|
| target_blob_uuid, new BlobDataItem(element.Pass())));
|
| } break;
|
| case DataElement::TYPE_FILE: {
|
| - DCHECK_NE(item.length(), std::numeric_limits<uint64>::max())
|
| - << "We cannot use a section of a file with an unknown length";
|
| + //DCHECK_NE(item.length(), std::numeric_limits<uint64>::max())
|
| + // << "We cannot use a section of a file with an unknown length";
|
| UMA_HISTOGRAM_COUNTS("Storage.BlobItemSize.BlobSlice.File",
|
| new_length / 1024);
|
| scoped_ptr<DataElement> element(new DataElement());
|
|
|