Commit 115131a9 authored by rjshade@google.com's avatar rjshade@google.com

Improve chrome://net-internals/#quic by linking QUIC connection ID to...

Improve chrome://net-internals/#quic by linking QUIC connection ID to chrome://net-internals/#events&q=connection_id

BUG=

Review URL: https://codereview.chromium.org/306903002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273872 0039d316-1c4b-4281-b951-d872f2087c98
parent d00a7246
......@@ -37,7 +37,7 @@
<td jscontent="!!secure"></td>
<td jscontent="version"></td>
<td jscontent="peer_address"></td>
<td jscontent="connection_id"></td>
<td><a jsvalues=".href: '#events&q=type:QUIC_SESSION%20' + connection_id" jscontent="connection_id"></a></td>
<td jscontent="open_streams"></td>
<td jscontent="$this.active_streams && $this.active_streams.length > 0 ? $this.active_streams.join(', ') : 'None'"></td>
<td jscontent="total_streams"></td>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment