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

Unified Diff: net/http/http_response_info.h

Issue 2347163002: s/NPN/ALPN/ (Closed)
Patch Set: Re: #12. Created 4 years, 3 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 | « net/http/http_network_transaction_unittest.cc ('k') | net/http/http_response_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_response_info.h
diff --git a/net/http/http_response_info.h b/net/http/http_response_info.h
index bb9f28bd5e4fcc31d8bd98c1006125f3e30aa814..648c474377fa93ba60e5e4d75998c49a2c29f008 100644
--- a/net/http/http_response_info.h
+++ b/net/http/http_response_info.h
@@ -120,8 +120,8 @@ class NET_EXPORT HttpResponseInfo {
// True if the request was fetched over a SPDY channel.
bool was_fetched_via_spdy;
- // True if the npn was negotiated for this request.
- bool was_npn_negotiated;
+ // True if ALPN was negotiated for this request.
+ bool was_alpn_negotiated;
// True if the request was fetched via an explicit proxy. The proxy could
// be any type of proxy, HTTP or SOCKS. Note, we do not know if a
@@ -152,7 +152,7 @@ class NET_EXPORT HttpResponseInfo {
HostPortPair socket_address;
// Protocol negotiated with the server.
- std::string npn_negotiated_protocol;
+ std::string alpn_negotiated_protocol;
// The type of connection used for this response.
ConnectionInfo connection_info;
« no previous file with comments | « net/http/http_network_transaction_unittest.cc ('k') | net/http/http_response_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698