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

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

Issue 2339933004: [BlobStorage] BlobMemoryController & tests (Closed)
Patch Set: Fixed windows bug! Created 4 years, 2 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 | « storage/browser/BUILD.gn ('k') | storage/browser/blob/blob_data_builder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/browser/blob/blob_async_transport_request_builder.cc
diff --git a/storage/browser/blob/blob_async_transport_request_builder.cc b/storage/browser/blob/blob_async_transport_request_builder.cc
index a77d408ca8ffa34dd4ebea3e28b407520fe0cf5a..6a68050b0d59b7780f6878d818ee451c3b56a197 100644
--- a/storage/browser/blob/blob_async_transport_request_builder.cc
+++ b/storage/browser/blob/blob_async_transport_request_builder.cc
@@ -61,7 +61,7 @@ class FileStorageStrategy {
request.message.handle_offset = segment_offset;
requests->push_back(request);
- builder->AppendFutureFile(segment_offset, size);
+ builder->AppendFutureFile(segment_offset, size, segment_index);
current_item_index++;
}
« no previous file with comments | « storage/browser/BUILD.gn ('k') | storage/browser/blob/blob_data_builder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698