diff options
author | eroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-28 06:00:02 +0000 |
---|---|---|
committer | eroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-28 06:00:02 +0000 |
commit | ee155d2199c3bdaf253e59d4454d36e06c79dc68 (patch) | |
tree | 8e5c2bdcce0f01b50b2b5a4ccfaa90c0ffdd5498 | |
parent | 4cb89dedcf51515c4e97b4e1e27b9b0fbce63440 (diff) | |
download | chromium_src-ee155d2199c3bdaf253e59d4454d36e06c79dc68.zip chromium_src-ee155d2199c3bdaf253e59d4454d36e06c79dc68.tar.gz chromium_src-ee155d2199c3bdaf253e59d4454d36e06c79dc68.tar.bz2 |
[polish] make checkbox label on chrome://net-internals/#httpThrottling clickable.
Review URL: http://codereview.chromium.org/9478019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123915 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/resources/net_internals/http_throttling_view.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/resources/net_internals/http_throttling_view.html b/chrome/browser/resources/net_internals/http_throttling_view.html index dfb35bf..40f95bb 100644 --- a/chrome/browser/resources/net_internals/http_throttling_view.html +++ b/chrome/browser/resources/net_internals/http_throttling_view.html @@ -13,6 +13,8 @@ <a href="http://dev.chromium.org/throttling">http://dev.chromium.org/throttling</a>. </p> <p><input id=http-throttling-view-enable-checkbox type=checkbox /> + <label for=http-throttling-view-enable-checkbox> Throttle HTTP requests if the server has been overloaded or encountered an error. + </label> </p> </div> |