Index: net/proxy/proxy_info.h |
diff --git a/net/proxy/proxy_info.h b/net/proxy/proxy_info.h |
index e02ba8b2b2c6f5eeca942771630b9d3d265b4145..ce7512439ef301047357b2b98b58da5c61fddbf6 100644 |
--- a/net/proxy/proxy_info.h |
+++ b/net/proxy/proxy_info.h |
@@ -117,6 +117,8 @@ class NET_EXPORT ProxyInfo { |
// Deletes any entry which doesn't have one of the specified proxy schemes. |
void RemoveProxiesWithoutScheme(int scheme_bit_field); |
+ ProxyList& proxy_list() { return proxy_list_; } |
+ |
private: |
friend class ProxyService; |