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

Unified Diff: content/browser/fileapi/blob_storage_host.cc

Issue 1528233004: [Blob] Blob paging to disk patch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blob-disk1
Patch Set: Created 5 years 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
Index: content/browser/fileapi/blob_storage_host.cc
diff --git a/content/browser/fileapi/blob_storage_host.cc b/content/browser/fileapi/blob_storage_host.cc
index e74b3dfeff5d6d237a3ef302a52bfbb8fd85faad..21b9713a7370206691ac6745b39430314367e0bf 100644
--- a/content/browser/fileapi/blob_storage_host.cc
+++ b/content/browser/fileapi/blob_storage_host.cc
@@ -85,7 +85,7 @@ void BlobStorageHost::StartBuildingBlobAsync(
return;
}
async_builder_.StartBuildingBlob(
- uuid, type, descriptions, context_->memory_available(),
+ uuid, type, descriptions, context_->memory_usage(),
base::Bind(&NoopFileHandleAdapter, request_memory),
base::Bind(&BlobStorageContext::FinishAsyncBlobTransfer,
context_->AsWeakPtr(), done, cancel),
« no previous file with comments | « content/browser/blob_storage/blob_memory_controller_unittest.cc ('k') | content/browser/fileapi/chrome_blob_storage_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698