Chromium Code Reviews| 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..5ed0c6fb2c80597747a80b4b92b4744b15df2dab 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 hdd. |
|
jsbell
2016/04/04 20:41:19
nit: just say "disk"
dmurph
2016/04/04 22:17:42
Done.
|
| FILE_WRITE_FAILED = 2, |
| // The renderer was destroyed while data was in transit. |
| SOURCE_DIED_IN_TRANSIT = 3, |