Chromium Code Reviews| Index: net/base/host_resolver.h | 
| =================================================================== | 
| --- net/base/host_resolver.h (revision 51891) | 
| +++ net/base/host_resolver.h (working copy) | 
| @@ -177,9 +177,6 @@ | 
| // additional functionality on the about:net-internals page. | 
| virtual HostResolverImpl* GetAsHostResolverImpl() { return NULL; } | 
| - // Does additional cleanup prior to destruction. | 
| - virtual void Shutdown() {} | 
| - | 
| protected: | 
| friend class base::RefCounted<HostResolver>; |