Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(364)

Unified Diff: storage/browser/blob/blob_storage_context.cc

Issue 782673002: MacViews: tryjobs for toolkit_views=1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | testing/buildbot/chromium.mac.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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());
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | testing/buildbot/chromium.mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698