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/child/blob_storage/blob_message_filter.h

Issue 2340133006: [WIP] Hack on Blob mojom (Closed)
Patch Set: Created 4 years, 3 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
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..4ac22add0bdafbf607025151ecd9c375036f0672 100644
--- a/content/child/blob_storage/blob_message_filter.h
+++ b/content/child/blob_storage/blob_message_filter.h
@@ -60,8 +60,6 @@ class BlobMessageFilter : public IPC::MessageFilter {
void OnCancelBuildingBlob(const std::string& uuid,
storage::IPCBlobCreationCancelCode code);
- void OnDoneBuildingBlob(const std::string& uuid);
-
IPC::Sender* sender_;
scoped_refptr<base::TaskRunner> file_runner_;
« no previous file with comments | « content/browser/blob_storage/blob_dispatcher_host.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