| Index: chrome/browser/resources/net_internals/proxy_view.html
|
| diff --git a/chrome/browser/resources/net_internals/proxy_view.html b/chrome/browser/resources/net_internals/proxy_view.html
|
| index 5b8cccee7cb037a1f358f268e9905cf19c38928d..e937eb2b89dca89afa51d7b9bb9c8fab5d85f6b6 100644
|
| --- a/chrome/browser/resources/net_internals/proxy_view.html
|
| +++ b/chrome/browser/resources/net_internals/proxy_view.html
|
| @@ -12,7 +12,7 @@
|
| <div id=proxy-view-tab-content class=content-box>
|
| <h4>
|
| Current proxy settings
|
| - <input type=button value="Re-apply settings" id=proxy-view-reload-settings class="hideOnLoadLog"/>
|
| + <input type=button value="Re-apply settings" id=proxy-view-reload-settings class="hide-when-not-capturing"/>
|
| </h4>
|
|
|
| <table><tr>
|
| @@ -33,7 +33,7 @@
|
|
|
| <h4>
|
| Proxies which have failed recently, and are marked as bad
|
| - <input type=button value="Clear bad proxies" id=proxy-view-clear-bad-proxies class="hideOnLoadLog" />
|
| + <input type=button value="Clear bad proxies" id=proxy-view-clear-bad-proxies class="hide-when-not-capturing" />
|
| </h4>
|
| <table class="styled-table">
|
| <thead>
|
|
|