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

Unified Diff: storage/browser/blob/blob_reader.h

Issue 2448353002: [BlobAsync] Moving async handling into BlobStorageContext & quota out. (Closed)
Patch Set: comments Created 4 years, 1 month 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: storage/browser/blob/blob_reader.h
diff --git a/storage/browser/blob/blob_reader.h b/storage/browser/blob/blob_reader.h
index 5a58f8aa255abde4b90a1b439cd4af9c634bfcdb..a7b1d12be35b33e2ba46ccb076c69d095abceef8 100644
--- a/storage/browser/blob/blob_reader.h
+++ b/storage/browser/blob/blob_reader.h
@@ -155,8 +155,7 @@ class STORAGE_EXPORT BlobReader {
void InvalidateCallbacksAndDone(int net_error, net::CompletionCallback done);
void AsyncCalculateSize(const net::CompletionCallback& done,
- bool async_succeeded,
- IPCBlobCreationCancelCode reason);
+ BlobStatus status);
Status CalculateSizeImpl(const net::CompletionCallback& done);
bool AddItemLength(size_t index, uint64_t length);
bool ResolveFileItemLength(const BlobDataItem& item,

Powered by Google App Engine
This is Rietveld 408576698