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

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

Issue 9197009: Adds custom ttl argument to HostCache::Set. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 8 years, 11 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 | chrome/browser/resources/net_internals/dns_view.js » ('j') | net/base/host_resolver_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/net_internals/dns_view.html
diff --git a/chrome/browser/resources/net_internals/dns_view.html b/chrome/browser/resources/net_internals/dns_view.html
index fb569cec3655a6756e39a012c6ec88df13b6b691..70d913601484d1ece4afb20066bd0a234a5aaa47 100644
--- a/chrome/browser/resources/net_internals/dns_view.html
+++ b/chrome/browser/resources/net_internals/dns_view.html
@@ -17,10 +17,6 @@
</h4>
<ul>
<li>Capacity: <span id=dns-view-cache-capacity></span></li>
- <li>Time to live (ms) for success entries:
- <span id=dns-view-cache-ttl-success></span></li>
- <li>Time to live (ms) for failure entries:
- <span id=dns-view-cache-ttl-failure></span></li>
</ul>
<h4>
Current State
« no previous file with comments | « no previous file | chrome/browser/resources/net_internals/dns_view.js » ('j') | net/base/host_resolver_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698