Index: chrome/browser/resources/options/chromeos/internet_detail.html |
diff --git a/chrome/browser/resources/options/chromeos/internet_detail.html b/chrome/browser/resources/options/chromeos/internet_detail.html |
index f15740030f8258b10e324515e0a4fa075ef678eb..1d0df4eabf94eab20d66cb0c6a86c3ce12429e32 100644 |
--- a/chrome/browser/resources/options/chromeos/internet_detail.html |
+++ b/chrome/browser/resources/options/chromeos/internet_detail.html |
@@ -650,9 +650,15 @@ |
<span i18n-content="proxyAutomatic"></span> |
</label> |
</div> |
+ <div class="checkbox"> |
+ <label> |
+ <input id="proxy-config-url" type="checkbox" |
+ pref="cros.session.proxy.usepacurl"> |
Dan Beam
2013/03/29 22:23:34
nit: add 3 more \s here, i.e.
<input id="proxy-
|
+ <span i18n-content="proxyConfigUrl"></span> |
+ </label> |
+ </div> |
<div> |
<label> |
- <div i18n-content="proxyConfigUrl"></div> |
<input id="proxy-config" type="url" size="50" |
pref="cros.session.proxy.pacurl"> |
</label> |