Index: net/proxy/proxy_list.h |
diff --git a/net/proxy/proxy_list.h b/net/proxy/proxy_list.h |
index a377553c106c4346bb4351d0742c5d74f3952d2c..0a39ce85b9bc0e2f1175e01bfe0069f29e8eedf2 100644 |
--- a/net/proxy/proxy_list.h |
+++ b/net/proxy/proxy_list.h |
@@ -40,6 +40,9 @@ class NET_EXPORT_PRIVATE ProxyList { |
// |scheme_bit_field| is a bunch of ProxyServer::Scheme bitwise ORed together. |
void RemoveProxiesWithoutScheme(int scheme_bit_field); |
+ // Clear the proxy list. |
+ void Clear(); |
+ |
// Returns true if there is nothing left in the ProxyList. |
bool IsEmpty() const; |