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

Unified Diff: net/proxy/proxy_info.h

Issue 12315019: Change ProxyRules to handle ProxyLists rather than just single ProxyServer instances. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 10 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: net/proxy/proxy_info.h
diff --git a/net/proxy/proxy_info.h b/net/proxy/proxy_info.h
index cea21e21afefa4dd0e27ef97776bb08b7adb6419..d0f727c1a229d8ce24dd46b31c8a91ae39444761 100644
--- a/net/proxy/proxy_info.h
+++ b/net/proxy/proxy_info.h
@@ -44,9 +44,7 @@ class NET_EXPORT ProxyInfo {
void UseProxyServer(const ProxyServer& proxy_server);
// Parses from the given PAC result.
- void UsePacString(const std::string& pac_string) {
- proxy_list_.SetFromPacString(pac_string);
- }
+ void UsePacString(const std::string& pac_string);
// Returns true if this proxy info specifies a direct connection.
bool is_direct() const {

Powered by Google App Engine
This is Rietveld 408576698