Index: net/base/net_error_list.h |
diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h |
index 90f2337956dcdf084a8991baffc12573110a738f..82745fe5cea39f6de92c9deda6549f41152a7f70 100644 |
--- a/net/base/net_error_list.h |
+++ b/net/base/net_error_list.h |
@@ -368,9 +368,7 @@ NET_ERROR(CERT_INVALID, -207) |
// signature algorithm. |
NET_ERROR(CERT_WEAK_SIGNATURE_ALGORITHM, -208) |
-// The domain has CERT records which are tagged as being an exclusive list of |
-// valid fingerprints. But the certificate presented was not in this list. |
-NET_ERROR(CERT_NOT_IN_DNS, -209) |
+// -209 is availible: was CERT_NOT_IN_DNS. |
// The host name specified in the certificate is not unique. |
NET_ERROR(CERT_NON_UNIQUE_NAME, -210) |