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

Unified Diff: net/http/http_stream_factory_impl_job_controller.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/http/http_stream_factory_impl_job_controller.h
diff --git a/net/http/http_stream_factory_impl_job_controller.h b/net/http/http_stream_factory_impl_job_controller.h
index 74f5501565308f6e1d0c25787dfbb58106c72bdf..29c07582f85f54b30ae3731d55cfe957e4772c13 100644
--- a/net/http/http_stream_factory_impl_job_controller.h
+++ b/net/http/http_stream_factory_impl_job_controller.h
@@ -197,7 +197,7 @@ class HttpStreamFactoryImpl::JobController
void OnJobSucceeded(Job* job);
// Marks completion of the |request_|.
- void MarkRequestComplete(bool was_npn_negotiated,
+ void MarkRequestComplete(bool was_alpn_negotiated,
NextProto negotiated_protocol,
bool using_spdy);

Powered by Google App Engine
This is Rietveld 408576698