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

Unified Diff: storage/common/blob_storage/blob_storage_constants.h

Issue 1846363002: [BlobAsync] Adding better error reporting and some new tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 4 years, 8 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 | « storage/browser/blob/blob_storage_registry.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/common/blob_storage/blob_storage_constants.h
diff --git a/storage/common/blob_storage/blob_storage_constants.h b/storage/common/blob_storage/blob_storage_constants.h
index c56241dc04628212345c5b43d22c3e32fc83322b..0fc10c583cee8031d3b8159adb45d87d2caf99b7 100644
--- a/storage/common/blob_storage/blob_storage_constants.h
+++ b/storage/common/blob_storage/blob_storage_constants.h
@@ -34,6 +34,7 @@ enum class IPCBlobItemRequestStrategy {
enum class IPCBlobCreationCancelCode {
UNKNOWN = 0,
OUT_OF_MEMORY = 1,
+ // We couldn't create or write to a file. File system error, like a full disk.
FILE_WRITE_FAILED = 2,
// The renderer was destroyed while data was in transit.
SOURCE_DIED_IN_TRANSIT = 3,
« no previous file with comments | « storage/browser/blob/blob_storage_registry.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698