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

Unified Diff: chrome/browser/resources/net_internals/main.js

Issue 3990005: Displays latest INIT_PROXY_RESOLVER log on the #proxy tab (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Minor cleanup Created 10 years, 2 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/main.js
===================================================================
--- chrome/browser/resources/net_internals/main.js (revision 63506)
+++ chrome/browser/resources/net_internals/main.js (working copy)
@@ -57,7 +57,8 @@
'proxyEffectiveSettings',
'proxyReloadSettings',
'badProxiesTableBody',
- 'clearBadProxies');
+ 'clearBadProxies',
+ 'proxyResolverLog');
// Create a view which will display information on the host resolver.
var dnsView = new DnsView('dnsTabContent',
« no previous file with comments | « chrome/browser/resources/net_internals/index.html ('k') | chrome/browser/resources/net_internals/proxyview.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698