| 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,
|
|
|