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

Unified Diff: content/child/blob_storage/blob_message_filter.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
« no previous file with comments | « content/child/blob_storage/blob_consolidation.cc ('k') | content/child/blob_storage/blob_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/blob_storage/blob_message_filter.h
diff --git a/content/child/blob_storage/blob_message_filter.h b/content/child/blob_storage/blob_message_filter.h
index a0bf93c08392e16a956305927eb7971836d07dbc..796a8c08f86711094bc7914a7d8933ad010ae0e6 100644
--- a/content/child/blob_storage/blob_message_filter.h
+++ b/content/child/blob_storage/blob_message_filter.h
@@ -56,10 +56,7 @@ class BlobMessageFilter : public IPC::MessageFilter {
std::vector<base::SharedMemoryHandle> memory_handles,
const std::vector<IPC::PlatformFileForTransit>& file_handles);
- void OnCancelBuildingBlob(const std::string& uuid,
- storage::IPCBlobCreationCancelCode code);
-
- void OnDoneBuildingBlob(const std::string& uuid);
+ void OnBlobFinalStatus(const std::string& uuid, storage::BlobStatus code);
IPC::Sender* sender_;
scoped_refptr<base::TaskRunner> file_runner_;
« no previous file with comments | « content/child/blob_storage/blob_consolidation.cc ('k') | content/child/blob_storage/blob_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698