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

Unified Diff: net/spdy/spdy_http_stream.h

Issue 2347163002: s/NPN/ALPN/ (Closed)
Patch Set: s/ERR_NPN_NEGOTIATION_FAILED/ERR_ALPN_NEGOTIATION_FAILED/ 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
Index: net/spdy/spdy_http_stream.h
diff --git a/net/spdy/spdy_http_stream.h b/net/spdy/spdy_http_stream.h
index 0af46b498675889736c7e3eee80c4be2ed494097..6dd41e5d216df2b23377c46728d655316dac165e 100644
--- a/net/spdy/spdy_http_stream.h
+++ b/net/spdy/spdy_http_stream.h
@@ -193,7 +193,7 @@ class NET_EXPORT_PRIVATE SpdyHttpStream : public SpdyStream::Delegate,
bool direct_;
SSLInfo ssl_info_;
- bool was_npn_negotiated_;
+ bool was_alpn_negotiated_;
NextProto negotiated_protocol_;
base::WeakPtrFactory<SpdyHttpStream> weak_factory_;

Powered by Google App Engine
This is Rietveld 408576698