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

Unified Diff: content/child/blob_storage/blob_message_filter.h

Issue 2055053003: [BlobAsync] Disk support for blob storage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 | « 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 a4ed2dfcfbd942136da9df4db6fc151540dec57d..e0865c545c89dd5ba4ebdbd8ff6ba898fb213bff 100644
--- a/content/child/blob_storage/blob_message_filter.h
+++ b/content/child/blob_storage/blob_message_filter.h
@@ -57,10 +57,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