| 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);
|
|
|
|
|