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

Unified Diff: net/http/http_network_session.cc

Issue 577103002: Display Alternate Protocol Probability Threshold in net-internals. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « chrome/browser/resources/net_internals/quic_view.html ('k') | net/http/http_server_properties.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_network_session.cc
diff --git a/net/http/http_network_session.cc b/net/http/http_network_session.cc
index 9c2cc14a6404d75321781d8dadaf389a6bfedd83..6dd06ea224ad36b8800a7eb2f0de7d01a7864502 100644
--- a/net/http/http_network_session.cc
+++ b/net/http/http_network_session.cc
@@ -268,6 +268,8 @@ base::Value* HttpNetworkSession::QuicInfoToValue() const {
params_.enable_quic_time_based_loss_detection);
dict->SetString("origin_to_force_quic_on",
params_.origin_to_force_quic_on.ToString());
+ dict->SetDouble("alternate_protocol_probability_threshold",
+ params_.alternate_protocol_probability_threshold);
return dict;
}
« no previous file with comments | « chrome/browser/resources/net_internals/quic_view.html ('k') | net/http/http_server_properties.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698