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

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

Issue 1234813004: [BlobAsync] Asynchronous Blob Construction Final Patch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blob-protocol-change
Patch Set: added shared memory test, and fixed memory leak Created 4 years, 10 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_transport_controller.h
diff --git a/content/child/blob_storage/blob_transport_controller.h b/content/child/blob_storage/blob_transport_controller.h
index 4a2ef0a49ec0cfee3e74863c2b3eb3bf4e19fdf0..5a63fc11539da437ca0fdddfd3d6abd331209c21 100644
--- a/content/child/blob_storage/blob_transport_controller.h
+++ b/content/child/blob_storage/blob_transport_controller.h
@@ -56,7 +56,6 @@ class CONTENT_EXPORT BlobTransportController {
// This kicks off a blob transfer to the browser thread, which involves
// sending an IPC message and storing the blob consolidation object.
void InitiateBlobTransfer(const std::string& uuid,
- const std::string& type,
scoped_ptr<BlobConsolidation> consolidation,
IPC::Sender* sender);

Powered by Google App Engine
This is Rietveld 408576698