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

Unified Diff: content/child/weburlresponse_extradata_impl.cc

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 | « content/child/weburlresponse_extradata_impl.h ('k') | content/common/resource_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/weburlresponse_extradata_impl.cc
diff --git a/content/child/weburlresponse_extradata_impl.cc b/content/child/weburlresponse_extradata_impl.cc
index 406d3c36a3c57823e37eef71dee712bb72bef877..485a5b5360f78f3aefcbd434adfde078329e0741 100644
--- a/content/child/weburlresponse_extradata_impl.cc
+++ b/content/child/weburlresponse_extradata_impl.cc
@@ -7,8 +7,8 @@
namespace content {
WebURLResponseExtraDataImpl::WebURLResponseExtraDataImpl(
- const std::string& npn_negotiated_protocol)
- : npn_negotiated_protocol_(npn_negotiated_protocol),
+ const std::string& alpn_negotiated_protocol)
+ : alpn_negotiated_protocol_(alpn_negotiated_protocol),
is_ftp_directory_listing_(false),
connection_info_(net::HttpResponseInfo::CONNECTION_INFO_UNKNOWN),
effective_connection_type_(net::EFFECTIVE_CONNECTION_TYPE_UNKNOWN) {}
« no previous file with comments | « content/child/weburlresponse_extradata_impl.h ('k') | content/common/resource_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698