| Index: net/base/net_error_list.h
|
| ===================================================================
|
| --- net/base/net_error_list.h (revision 9548)
|
| +++ net/base/net_error_list.h (working copy)
|
| @@ -227,6 +227,10 @@
|
| // The PAC requested by HTTP did not have a valid status code (non-200).
|
| NET_ERROR(PAC_STATUS_NOT_OK, -326)
|
|
|
| +// The response was 401 (Unauthorized), yet the request was a CONNECT request
|
| +// to a proxy.
|
| +NET_ERROR(UNEXPECTED_SERVER_AUTH, -327)
|
| +
|
| // The cache does not have the requested entry.
|
| NET_ERROR(CACHE_MISS, -400)
|
|
|
|
|