Index: net/base/host_resolver.h |
=================================================================== |
--- net/base/host_resolver.h (revision 38181) |
+++ net/base/host_resolver.h (working copy) |
@@ -148,9 +148,6 @@ |
// Unregisters an observer previously added by AddObserver(). |
virtual void RemoveObserver(Observer* observer) = 0; |
- // TODO(eroman): temp hack for http://crbug.com/18373 |
- virtual void Shutdown() = 0; |
- |
// Sets the default AddressFamily to use when requests have left it |
// unspecified. For example, this could be used to restrict resolution |
// results to AF_INET by passing in ADDRESS_FAMILY_IPV4, or to |