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

Unified Diff: chrome/browser/resources/net_internals/quic_view.html

Issue 1570963003: QUIC - Log finch field trial options used in net-internals/#quic tab. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « no previous file | net/http/http_network_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/net_internals/quic_view.html
diff --git a/chrome/browser/resources/net_internals/quic_view.html b/chrome/browser/resources/net_internals/quic_view.html
index 2b3f8000d9fd30802e7d1daeac27001faab43e67..4a74f477960187d64dc6f7ff3846d6aa4d9a333a 100644
--- a/chrome/browser/resources/net_internals/quic_view.html
+++ b/chrome/browser/resources/net_internals/quic_view.html
@@ -10,6 +10,16 @@
<li>Origin To Force QUIC On: <span jscontent="origin_to_force_quic_on"></span></li>
<li>QUIC connection options: <span jscontent="connection_options"></span></li>
<li>Consistent Port Selection Enabled: <span jscontent="!!enable_quic_port_selection"></span></li>
+ <li>QUIC Load Server Info Timeout Multiplier: <span jscontent="$this.load_server_info_timeout_srtt_multiplier"></span></li>
Ryan Hamilton 2016/01/10 23:16:59 Since this is #quic, I would remove "QUIC " from a
ramant (doing other things) 2016/01/11 18:05:13 Done.
+ <li>QUIC Enable Connection Racing: <span jscontent="!!enable_connection_racing"></span></li>
+ <li>QUIC Disable Disk Cache: <span jscontent="!!disable_disk_cache"></span></li>
+ <li>QUIC Prefer AES: <span jscontent="!!prefer_aes"></span></li>
+ <li>QUIC Maximum Number Of Lossy Connections: <span jscontent="$this.max_number_of_lossy_connections"></span></li>
+ <li>QUIC Packet Loss Threshold: <span jscontent="$this.packet_loss_threshold"></span></li>
+ <li>QUIC Delay TCP Race: <span jscontent="!!delay_tcp_race"></span></li>
+ <li>QUIC Store Server Configs In Properties File: <span jscontent="!!store_server_configs_in_properties"></span></li>
+ <li>QUIC Idle Connection Timeout In Seconds: <span jscontent="$this.idle_connection_timeout_seconds"></span></li>
+ <li>QUIC Disable PreConnect If 0RTT: <span jscontent="$this.disable_preconnect_if_0rtt"></span></li>
<li jsdisplay="$this.disabled_reason && disabled_reason.length > 0">QUIC dynamically disabled: <span jscontent="disabled_reason"></span></li>
</ul>
« no previous file with comments | « no previous file | net/http/http_network_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698