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

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

Issue 1560025: Initialize the new net internals page using the passively collected log entri... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Add missing unittest file Created 10 years, 8 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
Index: chrome/browser/resources/net_internals/index.html
===================================================================
--- chrome/browser/resources/net_internals/index.html (revision 44225)
+++ chrome/browser/resources/net_internals/index.html (working copy)
@@ -71,10 +71,12 @@
<table border=1>
<thead>
- <th>Hostname</th>
- <th>Family</th>
- <th>Addresses</th>
- <th>Expires</th>
+ <tr>
+ <th>Hostname</th>
+ <th>Family</th>
+ <th>Addresses</th>
+ <th>Expires</th>
+ </tr>
</thead>
<tbody id=hostResolverCacheTbody>
</tbody>
« no previous file with comments | « chrome/browser/net/view_net_internals_job_factory.cc ('k') | chrome/browser/resources/net_internals/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698