Index: net/base/net_error_list.h |
diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h |
index 0b08b32e8d16a71fca0fc384ac709214843eb8d5..15bae4673947f5ae603e445acbebaccac688f207 100644 |
--- a/net/base/net_error_list.h |
+++ b/net/base/net_error_list.h |
@@ -190,7 +190,7 @@ NET_ERROR(SOCKS_CONNECTION_FAILED, -120) |
NET_ERROR(SOCKS_CONNECTION_HOST_UNREACHABLE, -121) |
// The request to negotiate an alternate protocol failed. |
-NET_ERROR(NPN_NEGOTIATION_FAILED, -122) |
+NET_ERROR(ALPN_NEGOTIATION_FAILED, -122) |
davidben
2016/09/16 16:28:32
Could you re-run tools/metrics/histograms/update_n
|
// The peer sent an SSL no_renegotiation alert message. |
NET_ERROR(SSL_NO_RENEGOTIATION, -123) |