| Index: content/browser/blob_storage/chrome_blob_storage_context.h
|
| diff --git a/content/browser/blob_storage/chrome_blob_storage_context.h b/content/browser/blob_storage/chrome_blob_storage_context.h
|
| index ad4a2a2c58a51f33b5a4ad74b6ea3c482b588a60..bd8b92ef4af4f9e64e16791d9e2c0421aea35594 100644
|
| --- a/content/browser/blob_storage/chrome_blob_storage_context.h
|
| +++ b/content/browser/blob_storage/chrome_blob_storage_context.h
|
| @@ -91,7 +91,7 @@ storage::BlobStorageContext* GetBlobStorageContext(
|
|
|
| // Attaches blob data handles to the ResourceRequestBodyImpl body passed in.
|
| // This is used for POST and PUT requests.
|
| -void AttachRequestBodyBlobDataHandles(ResourceRequestBodyImpl* body,
|
| +bool AttachRequestBodyBlobDataHandles(ResourceRequestBodyImpl* body,
|
| ResourceContext* resource_context);
|
|
|
| } // namespace content
|
|
|