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

Unified Diff: chrome/browser/chromeos/proxy_config_service_impl.cc

Issue 3146029: Cleanup: rename ProxyRules::socks_proxy --> ProxyRules::fallback_proxy.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync and include a new chromeos file Created 10 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
« no previous file with comments | « no previous file | chrome/browser/importer/firefox_proxy_settings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/proxy_config_service_impl.cc
===================================================================
--- chrome/browser/chromeos/proxy_config_service_impl.cc (revision 57274)
+++ chrome/browser/chromeos/proxy_config_service_impl.cc (working copy)
@@ -129,7 +129,7 @@
net_config->proxy_rules().proxy_for_http = http_proxy.server;
net_config->proxy_rules().proxy_for_https = https_proxy.server;
net_config->proxy_rules().proxy_for_ftp = ftp_proxy.server;
- net_config->proxy_rules().socks_proxy = socks_proxy.server;
+ net_config->proxy_rules().fallback_proxy = socks_proxy.server;
net_config->proxy_rules().bypass_rules = bypass_rules;
break;
default:
« no previous file with comments | « no previous file | chrome/browser/importer/firefox_proxy_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698