| Index: chrome/browser/resources/net_internals/dns-view.html
|
| ===================================================================
|
| --- chrome/browser/resources/net_internals/dns-view.html (revision 94551)
|
| +++ chrome/browser/resources/net_internals/dns-view.html (working copy)
|
| @@ -1,38 +0,0 @@
|
| -<!-- Host resolver info -->
|
| -<div id=dnsTabContent>
|
| - <h4>Host resolver</h4>
|
| - <ul>
|
| - <li><a href='#events&q=type:HOST_RESOLVER_IMPL_REQUEST%20type:HOST_RESOLVER_IMPL_JOB%20is:active'>View pending lookups</a></li>
|
| - <li>Default address family: <span id=hostResolverDefaultFamily></span>
|
| - <span id=hostResolverIPv6Disabled class=warningText style="display: none;">
|
| - (IPv6 disabled)
|
| - <input type=button value="Enable IPv6" id=hostResolverEnableIPv6 />
|
| - </span>
|
| - </li>
|
| - </ul>
|
| -
|
| - <h4>
|
| - Host resolver cache
|
| - <input type=button value="Clear host cache" id=clearHostResolverCache class="hideOnLoadLog" />
|
| - </h4>
|
| - <ul>
|
| - <li>Capacity: <span id=hostResolverCacheCapacity></span></li>
|
| - <li>Time to live (ms) for success entries:
|
| - <span id=hostResolverCacheTTLSuccess></span></li>
|
| - <li>Time to live (ms) for failure entries:
|
| - <span id=hostResolverCacheTTLFailure></span></li>
|
| - </ul>
|
| -
|
| - <table class="styledTable">
|
| - <thead>
|
| - <tr>
|
| - <th>Hostname</th>
|
| - <th>Family</th>
|
| - <th>Addresses</th>
|
| - <th>Expires</th>
|
| - </tr>
|
| - </thead>
|
| - <tbody id=hostResolverCacheTbody>
|
| - </tbody>
|
| - </table>
|
| -</div>
|
|
|