| 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',
|
|
|