diff options
Diffstat (limited to 'net/base/host_resolver.h')
-rw-r--r-- | net/base/host_resolver.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/base/host_resolver.h b/net/base/host_resolver.h index 9fd8dbe4..e4bf847 100644 --- a/net/base/host_resolver.h +++ b/net/base/host_resolver.h @@ -167,9 +167,6 @@ class HostResolver : public base::RefCountedThreadSafe<HostResolver> { // Unregisters an observer previously added by AddObserver(). virtual void RemoveObserver(Observer* observer) = 0; - // Gives the HostResolver an opportunity to flush state. - virtual void Flush() {} - // 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 |