| Index: net/disk_cache/errors.h
|
| ===================================================================
|
| --- net/disk_cache/errors.h (revision 199883)
|
| +++ net/disk_cache/errors.h (working copy)
|
| @@ -25,7 +25,10 @@
|
| ERR_STORAGE_ERROR = -12,
|
| ERR_INVALID_MASK = -13,
|
| ERR_CACHE_DOOMED = -14, // Not really an error condition.
|
| - ERR_CACHE_CREATED = -15 // Not really an error condition.
|
| + ERR_CACHE_CREATED = -15, // Not really an error condition.
|
| + ERR_PENDING = -16, // Not really an error condition.
|
| + ERR_OPERATION_FAILED = -17,
|
| + ERR_WRITE_FAILURE = -18
|
| };
|
|
|
| } // namespace disk_cache
|
|
|