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

Unified Diff: chrome/browser/ui/webui/options/chromeos/proxy_handler.cc

Issue 13334007: Added "Use an autoconfiguration URL" checkbox in proxy tab (Closed) Base URL: https://chromium.googlesource.com/chromium/src@git-svn
Patch Set: Fixed conflict in Authors file Created 7 years, 8 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
« no previous file with comments | « chrome/browser/resources/options/chromeos/internet_detail.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/options/chromeos/proxy_handler.cc
diff --git a/chrome/browser/ui/webui/options/chromeos/proxy_handler.cc b/chrome/browser/ui/webui/options/chromeos/proxy_handler.cc
index 42a28b40802ec4688de945dd5961eb0e282f92cf..f7f514d86207f019f51dda71eed8017095419781 100644
--- a/chrome/browser/ui/webui/options/chromeos/proxy_handler.cc
+++ b/chrome/browser/ui/webui/options/chromeos/proxy_handler.cc
@@ -42,7 +42,7 @@ void ProxyHandler::GetLocalizedValues(
{ "ftpProxy", IDS_PROXY_FTP_PROXY },
{ "socksHost", IDS_PROXY_SOCKS_HOST },
{ "proxyAutomatic", IDS_PROXY_AUTOMATIC },
- { "proxyConfigUrl", IDS_PROXY_CONFIG_URL },
+ { "proxyUseConfigUrl", IDS_PROXY_USE_AUTOCONFIG_URL },
{ "advancedProxyConfig", IDS_PROXY_ADVANCED_CONFIG },
{ "addHost", IDS_PROXY_ADD_HOST },
{ "removeHost", IDS_PROXY_REMOVE_HOST },
« no previous file with comments | « chrome/browser/resources/options/chromeos/internet_detail.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698