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

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

Issue 10834312: Make net-internals work a bit better on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: sync Created 8 years, 4 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/proxy_view.html
===================================================================
--- chrome/browser/resources/net_internals/proxy_view.html (revision 151563)
+++ chrome/browser/resources/net_internals/proxy_view.html (working copy)
@@ -4,7 +4,7 @@
#proxy-view-tab-content td,
#proxy-view-tab-content th {
- font-size: 12px;
+ font-size: 85%;
}
</style>
@@ -32,7 +32,7 @@
</tr></table>
<h4>
- Proxies which have failed recently, and are marked as bad
+ Recently failed proxies, marked as bad
<input type=button value="Clear bad proxies" id=proxy-view-clear-bad-proxies class="hide-when-not-capturing" />
</h4>
<table class="styled-table">

Powered by Google App Engine
This is Rietveld 408576698