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

Unified Diff: content/browser/blob_storage/chrome_blob_storage_context.h

Issue 2829923004: Fail when uploading blob is non-existant (Closed)
Patch Set: fixed Created 3 years, 7 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 | « no previous file | content/browser/blob_storage/chrome_blob_storage_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | content/browser/blob_storage/chrome_blob_storage_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698