Chromium Code Reviews| Index: net/base/net_error_list.h |
| =================================================================== |
| --- net/base/net_error_list.h (revision 6694) |
| +++ net/base/net_error_list.h (working copy) |
| @@ -220,6 +220,9 @@ |
| // The headers section of the response is too large. |
| NET_ERROR(RESPONSE_HEADERS_TOO_BIG, -325) |
| + |
| +// The PAC requested by HTTP did not have a valid status code (non-200). |
| +NET_ERROR(PAC_STATUS_NOT_OK, -326) |
| // The cache does not have the requested entry. |
| NET_ERROR(CACHE_MISS, -400) |