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

Unified Diff: netlog_viewer/dns_view.js

Issue 2178423002: Bring the gh-pages branch up to date with the master branch (Closed) Base URL: https://github.com/catapult-project/catapult.git@gh-pages
Patch Set: Created 4 years, 5 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 | « netlog_viewer/dns_view.html ('k') | netlog_viewer/http_cache_view.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: netlog_viewer/dns_view.js
diff --git a/netlog_viewer/dns_view.js b/netlog_viewer/dns_view.js
index 2d8cba4c3bdfd14ae789e2850a42e87fc5526447..fa941390e3127ebe5cf2f2e1a915c72357f4893d 100644
--- a/netlog_viewer/dns_view.js
+++ b/netlog_viewer/dns_view.js
@@ -31,9 +31,6 @@ var DnsView = (function() {
// Call superclass's constructor.
superClass.call(this, DnsView.MAIN_BOX_ID);
- $(DnsView.CLEAR_CACHE_BUTTON_ID).onclick =
- g_browser.sendClearHostResolverCache.bind(g_browser);
-
// Register to receive changes to the host resolver info.
g_browser.addHostResolverInfoObserver(this, false);
}
@@ -50,7 +47,6 @@ var DnsView = (function() {
'dns-view-internal-dns-invalid-config';
DnsView.INTERNAL_DNS_CONFIG_TBODY_ID = 'dns-view-internal-dns-config-tbody';
- DnsView.CLEAR_CACHE_BUTTON_ID = 'dns-view-clear-cache';
DnsView.CAPACITY_SPAN_ID = 'dns-view-cache-capacity';
DnsView.ACTIVE_SPAN_ID = 'dns-view-cache-active';
« no previous file with comments | « netlog_viewer/dns_view.html ('k') | netlog_viewer/http_cache_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698