summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/proxy/proxy_service.h')
-rw-r--r--net/proxy/proxy_service.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/net/proxy/proxy_service.h b/net/proxy/proxy_service.h
index 6a9c04b..1d528dc 100644
--- a/net/proxy/proxy_service.h
+++ b/net/proxy/proxy_service.h
@@ -144,12 +144,6 @@ class ProxyService {
// so it falls back to direct connect.
static ProxyService* CreateNull();
- // TODO(eroman): remove once WinHTTP is gone.
- // Get the ProxyInfo used to create this proxy service (only used by WinHTTP).
- const ProxyInfo* proxy_info() const {
- return proxy_info_.get();
- }
-
private:
friend class PacRequest;
@@ -183,9 +177,6 @@ class ProxyService {
// the config changes.
ProxyConfig config_;
- // TODO(eroman): remove this once WinHTTP stack is gone.
- scoped_ptr<ProxyInfo> proxy_info_;
-
// Indicates that the configuration is bad and should be ignored.
bool config_is_bad_;