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> |