| Index: net/base/net_error_list.h
 | 
| diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h
 | 
| index 9ebb25a3719c9c3c2f29877ce1d4a23262f97f76..234b3a950cd41bd2800cdb38b6fc97a383ccac7a 100644
 | 
| --- a/net/base/net_error_list.h
 | 
| +++ b/net/base/net_error_list.h
 | 
| @@ -660,6 +660,9 @@ NET_ERROR(ORIGIN_BOUND_CERT_GENERATION_FAILED, -711)
 | 
|  // Failure to export private key.
 | 
|  NET_ERROR(PRIVATE_KEY_EXPORT_FAILED, -712)
 | 
|  
 | 
| +// Self-signed certificate generation failed.
 | 
| +NET_ERROR(SELF_SIGNED_CERT_GENERATION_FAILED, -713)
 | 
| +
 | 
|  // DNS error codes.
 | 
|  
 | 
|  // DNS resolver received a malformed response.
 | 
| 
 |