Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(304)

Unified Diff: net/http/http_response_info.cc

Issue 2243453002: Replace SSLProtocolNegotiation histogram with SSLNegotiatedAlpnProtocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Re: #18. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/http/http_server_properties.cc » ('j') | net/socket/next_proto.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_response_info.cc
diff --git a/net/http/http_response_info.cc b/net/http/http_response_info.cc
index 4328b7ae2b64b9ab5680f67dc9fed463aebc2f00..99201d48b1b9b96c452dc1b6fd798b32428b79b1 100644
--- a/net/http/http_response_info.cc
+++ b/net/http/http_response_info.cc
@@ -407,6 +407,7 @@ HttpResponseInfo::ConnectionInfo HttpResponseInfo::ConnectionInfoFromNextProto(
case kProtoUnknown:
case kProtoHTTP11:
+ case kProtoNumberOfNextProtos:
davidben 2016/08/27 02:27:58 If you keep the count value (see later comment), i
Bence 2016/08/29 12:54:33 Changed to kProtoLast, moot.
break;
}
« no previous file with comments | « no previous file | net/http/http_server_properties.cc » ('j') | net/socket/next_proto.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698