| Index: net/base/net_error_list.h
|
| diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h
|
| index 30d23cab672c9012f04395efaacdc58a7dad6b23..208a2fe54e4fb32b3bb99c0925ee5b931ea358c5 100644
|
| --- a/net/base/net_error_list.h
|
| +++ b/net/base/net_error_list.h
|
| @@ -553,6 +553,10 @@ NET_ERROR(CACHE_CREATE_FAILURE, -405)
|
| // of the cache has changed.
|
| NET_ERROR(CACHE_RACE, -406)
|
|
|
| +// The disk cache tried to race creates against network transactions, and data
|
| +// arrived from the network transaction before the entry was created on disk.
|
| +NET_ERROR(CACHE_CREATE_RACE_FAILED, -507)
|
| +
|
| // The server's response was insecure (e.g. there was a cert error).
|
| NET_ERROR(INSECURE_RESPONSE, -501)
|
|
|
|
|