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

Unified Diff: chrome/browser/resources/options/chromeos/internet_detail.html

Issue 13334007: Added "Use an autoconfiguration URL" checkbox in proxy tab (Closed) Base URL: https://chromium.googlesource.com/chromium/src@git-svn
Patch Set: Created 7 years, 9 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/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>

Powered by Google App Engine
This is Rietveld 408576698