Chromium Code Reviews| Index: net/base/net_error_list.h |
| diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h |
| index cc012e079cc1b378d9e7cd98fcf3ebf19653fadd..3097d3149acd328a1ade45f99910d2c41a62162a 100644 |
| --- a/net/base/net_error_list.h |
| +++ b/net/base/net_error_list.h |
| @@ -613,9 +613,6 @@ NET_ERROR(ORIGIN_BOUND_CERT_GENERATION_FAILED, -711) |
| // Failure to export private key. |
| NET_ERROR(PRIVATE_KEY_EXPORT_FAILED, -712) |
| -// Failure to get certificate bytes. |
| -NET_ERROR(GET_CERT_BYTES_FAILED, -713) |
|
wtc
2011/10/17 23:14:31
In general we can't remove an error code without r
|
| - |
| // DNS error codes. |
| // DNS resolver received a malformed response. |