Chromium Code Reviews| Index: net/base/net_error_list.h |
| =================================================================== |
| --- net/base/net_error_list.h (revision 17450) |
| +++ net/base/net_error_list.h (working copy) |
| @@ -250,5 +250,8 @@ |
| // transaction. |
| NET_ERROR(CACHE_CANNOT_CREATE_NETWORK_TRANSACTION, -402) |
| +// The operation is not supported for this entry. |
| +NET_ERROR(CACHE_OPERATION_NOT_SUPPORTED, -403) |
|
wtc
2009/06/04 02:01:05
You were so fast :-) I was going to suggest that
|
| + |
| // The server's response was insecure (e.g. there was a cert error). |
| NET_ERROR(INSECURE_RESPONSE, -501) |