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

Unified Diff: net/http/http_network_session.h

Issue 1091283007: Rename methods and members and const variables to alternative service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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_network_session.h
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
index cd18f79ccc22337eaa4af6b1c035f5fcd9042c85..95fea4cd7bee874614fc528d113f4b5432d2a7a9 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -104,7 +104,7 @@ class NET_EXPORT HttpNetworkSession
// Noe: Using this in the case of NPN for HTTP only results in the browser
// trying SSL and then falling back to http.
bool use_alternate_protocols;
- double alternate_protocol_probability_threshold;
+ double alternative_service_probability_threshold;
bool enable_quic;
bool enable_quic_for_proxies;

Powered by Google App Engine
This is Rietveld 408576698