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

Unified Diff: net/proxy/proxy_config_service_common_unittest.h

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 | « net/proxy/proxy_config.cc ('k') | net/proxy/proxy_config_service_common_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/proxy/proxy_config_service_common_unittest.h
===================================================================
--- net/proxy/proxy_config_service_common_unittest.h (revision 57274)
+++ net/proxy/proxy_config_service_common_unittest.h (working copy)
@@ -22,7 +22,7 @@
const char* proxy_for_http,
const char* proxy_for_https,
const char* proxy_for_ftp,
- const char* socks_proxy,
+ const char* fallback_proxy,
const char* flattened_bypass_rules,
bool reverse_bypass)
: type(type),
@@ -30,7 +30,7 @@
proxy_for_http(proxy_for_http),
proxy_for_https(proxy_for_https),
proxy_for_ftp(proxy_for_ftp),
- socks_proxy(socks_proxy),
+ fallback_proxy(fallback_proxy),
flattened_bypass_rules(flattened_bypass_rules),
reverse_bypass(reverse_bypass) {
}
@@ -66,7 +66,7 @@
const char* proxy_http,
const char* proxy_https,
const char* proxy_ftp,
- const char* socks_proxy,
+ const char* fallback_proxy,
const char* flattened_bypass_rules);
// Same as PerScheme, but with the bypass rules reversed
@@ -81,7 +81,7 @@
const char* proxy_for_http;
const char* proxy_for_https;
const char* proxy_for_ftp;
- const char* socks_proxy;
+ const char* fallback_proxy;
const char* flattened_bypass_rules;
bool reverse_bypass;
};
« no previous file with comments | « net/proxy/proxy_config.cc ('k') | net/proxy/proxy_config_service_common_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698