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

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

Issue 190063008: Include the scheme in the key for QUIC the session map. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: net-internals Created 6 years, 9 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/quic/quic_client_session.cc » ('j') | net/quic/quic_stream_factory_test.cc » ('J')
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 e0846637fbd241957e2b5ee47597a7593ba462ba..aafca2fefb62285590a8600c6bc8fd7ace54a0eb 100644
--- a/chrome/browser/resources/net_internals/quic_view.html
+++ b/chrome/browser/resources/net_internals/quic_view.html
@@ -18,6 +18,7 @@
<thead>
<tr>
<th>Host</th>
+ <th>Secure</th>
<th>Version</th>
<th>Peer address</th>
<th>GUID</th>
@@ -29,6 +30,7 @@
<tbody>
<tr jsselect="sessions">
<td jscontent="$this.aliases ? $this.aliases.join(' ') : ''"></td>
+ <td jscontent="!!secure"></td>
<td jscontent="version"></td>
<td jscontent="peer_address"></td>
<td jscontent="guid"></td>
« no previous file with comments | « no previous file | net/quic/quic_client_session.cc » ('j') | net/quic/quic_stream_factory_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698